COLOR #EBBF7A

HEX: #EBBF7A RGB: (235,191,122)

Color info

#EBBF7A contains mainly red and green colors. Web safe color of #EBBF7A is #FFCC66 (or #FC6).

RGB color model

#EBBF7A color RGB value is (235,191,122).

RGB: (235,191,122) (92%, 75%, 48%)

RGB channels and saturation

R 235 of 255 = 92%
G 191 of 255 = 75%
B 122 of 255 = 48%

235
191
122

R + G + B ~ 72%. #EBBF7A is quite light color.

Portions of RGB colors in percentages

R + G + B = 235 + 191 + 122 = 548 (100%)
R 235 of 548 ~ 42.88%
G 191 of 548 ~ 34.85%
B 122 of 548 ~ 22.26'%

%42.88
%34.85
%22.26

CMYK color model

#EBBF7A color CMYK value is (0,19,48,8).

  • cyan value is 0.00%
  • magenta value is 18.72%
  • yellow value is 48.09%
  • key color value is 7.84%

CMYK: (0,19,48,8)
C0M19Y48K8 (0%, 19%, 48%, 8%)
(0.00 / 0.19 / 0.48 / 0.08)

CMYK percentages

%0
%18.72
%48.09
%7.84

Codes

Color #EBBF7A in popluar color models

EB BF 7A
RGB 235 191 122
HSL 37° 73.86% 70.00%
HSB/HSV 37° 48.09% 92.16%
CMYK 0.00% 18.72% 48.09%
7.84%

Color #EBBF7A in popluar number systems.

HEX EB BF 7A
Decimal 235 191 122
Binary 11101011 10111111 1111010
Octal 353 277 172

Shades and tints

Shades of #EBBF7A

#EBBF7A
(235,191,122)
#D6AE6F
(214,174,111)
#C19D64
(193,157,100)
#AC8C59
(172,140,89)
#977B4E
(151,123,78)
#826A43
(130,106,67)
#6D5938
(109,89,56)
#58482D
(88,72,45)
#433722
(67,55,34)
#2E2617
(46,38,23)
#19150C
(25,21,12)
#000000
(0,0,0)

Tints of #EBBF7A

#EBBF7A
(235,191,122)
#ECC486
(236,196,134)
#EDC992
(237,201,146)
#EECE9E
(238,206,158)
#EFD3AA
(239,211,170)
#F0D8B6
(240,216,182)
#F1DDC2
(241,221,194)
#F2E2CE
(242,226,206)
#F3E7DA
(243,231,218)
#F4ECE6
(244,236,230)
#F5F1F2
(245,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBBF7A color. Also use rgb(235,191,122) instead hex code.

Text Font Color

.myTextColor { color: #EBBF7A; }

<p style="color:#EBBF7A">This sample text font color is #EBBF7A.</p>

This text font color is #EBBF7A.

Background Color

.myBgColor { background-color: #EBBF7A; }

<div style="background-color:#EBBF7A">Inner text</div>

This div background color is #EBBF7A.

Border color

.myBorderColor { border: 1px solid #EBBF7A; }

<div style="border:3px solid #EBBF7A">Div</div>

This div border color is #EBBF7A.

Opacity

.myOpacity80 { color: #EBBF7A; opacity: 0.8; }

<p style="color:#EBBF7A;opacity:0.8;">80%</p>

Text with #EBBF7A color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #EBBF7A;}

<p style="text-shadow: 3px 3px 1px #EBBF7A">Text here.</p>

This text has shadow with #EBBF7A color.


.textShadow {text-shadow: 3px 3px 1px #EBBF7A', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #EBBF7A, 5px 5px 20px red">Text here.</p>

This text has shadow with #EBBF7A primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EBBF7A, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#EBBF7A, Direction=45, Strength=4)">Text</p>

This text has shadow with #EBBF7A and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #EBBF7A;
-webkit-box-shadow: 1px 1px 3px 2px #EBBF7A;
box-shadow: 1px 1px 3px 2px #EBBF7A;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #EBBF7A; -webkit-box-shadow: 1px 1px 3px 2px #EBBF7A; box-shadow:1px 1px 3px 2px #EBBF7A;">
Div content here
</div>

This div box has shadow with color #EBBF7A.

Preview

Color preview on black background

This text has color #EBBF7A on black background.


Color preview on white background

This text has color #EBBF7A on white background.


Black color preview on #EBBF7A background

This text has black color on #EBBF7A background.


White color preview on #EBBF7A background

This text has white color on #EBBF7A background.


Related colors

Complementary color

Complementary color for #hex is #144085.


I love getcolorcode.com

Triadic colors

1 #7AEBBF and #BF7AEB with #EBBF7A are triadic colors.

2 #7ABFEB and #BFEB7A with #EBBF7A are triadic colors.