COLOR #EBAF93

HEX: #EBAF93 RGB: (235,175,147)

Color info

#EBAF93 contains mainly red color. Web safe color of #EBAF93 is #FF9999 (or #F99).

RGB color model

#EBAF93 color RGB value is (235,175,147).

RGB: (235,175,147) (92%, 69%, 58%)

RGB channels and saturation

R 235 of 255 = 92%
G 175 of 255 = 69%
B 147 of 255 = 58%

235
175
147

R + G + B ~ 73%. #EBAF93 is quite light color.

Portions of RGB colors in percentages

R + G + B = 235 + 175 + 147 = 557 (100%)
R 235 of 557 ~ 42.19%
G 175 of 557 ~ 31.42%
B 147 of 557 ~ 26.39'%

%42.19
%31.42
%26.39

CMYK color model

#EBAF93 color CMYK value is (0,26,37,8).

  • cyan value is 0.00%
  • magenta value is 25.53%
  • yellow value is 37.45%
  • key color value is 7.84%
CMYK: (0,26,37,8) C0M26Y37K8 (0%,26%,37%,8%) (0.00/0.26/0.37/0.08) 

CMYK percentages

%0
%25.53
%37.45
%7.84

Codes

Color #EBAF93 in popluar color models

EB AF 93
RGB 235 175 147
HSL 19° 68.75% 74.90%
HSB/HSV 19° 37.45% 92.16%
CMYK 0.00% 25.53% 37.45%
7.84%

Color #EBAF93 in popluar number systems.

HEX EB AF 93
Decimal 235 175 147
Binary 11101011 10101111 10010011
Octal 353 257 223

Shades and tints

Shades of #EBAF93

#EBAF93
(235,175,147)
#D6A086
(214,160,134)
#C19179
(193,145,121)
#AC826C
(172,130,108)
#97735F
(151,115,95)
#826452
(130,100,82)
#6D5545
(109,85,69)
#584638
(88,70,56)
#43372B
(67,55,43)
#2E281E
(46,40,30)
#191911
(25,25,17)
#000000
(0,0,0)

Tints of #EBAF93

#EBAF93
(235,175,147)
#ECB69C
(236,182,156)
#EDBDA5
(237,189,165)
#EEC4AE
(238,196,174)
#EFCBB7
(239,203,183)
#F0D2C0
(240,210,192)
#F1D9C9
(241,217,201)
#F2E0D2
(242,224,210)
#F3E7DB
(243,231,219)
#F4EEE4
(244,238,228)
#F5F5ED
(245,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBAF93 color. Also use rgb(235,175,147) instead hex code.

Text Font Color

.myTextColor { color: #EBAF93; }

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

This text font color is #EBAF93.

Background Color

.myBgColor { background-color: #EBAF93; }

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

This div background color is #EBAF93.

Border color

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

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

This div border color is #EBAF93.

Opacity

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

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

Text with #EBAF93 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 #EBAF93;}

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

This text has shadow with #EBAF93 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EBAF93.

Preview

Color preview on black background

This text has color #EBAF93 on black background.


Color preview on white background

This text has color #EBAF93 on white background.


Black color preview on #EBAF93 background

This text has black color on #EBAF93 background.


White color preview on #EBAF93 background

This text has white color on #EBAF93 background.


Related colors

Complementary color

Complementary color for #hex is #14506C.


I love getcolorcode.com

Triadic colors

1 #93EBAF and #AF93EB with #EBAF93 are triadic colors.

2 #93AFEB and #AFEB93 with #EBAF93 are triadic colors.