COLOR #EBAD81

HEX: #EBAD81 RGB: (235,173,129)

Color info

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

RGB color model

#EBAD81 color RGB value is (235,173,129).

RGB: (235,173,129) (92%, 68%, 51%)

RGB channels and saturation

R 235 of 255 = 92%
G 173 of 255 = 68%
B 129 of 255 = 51%

235
173
129

R + G + B ~ 70%. #EBAD81 is quite light color.

Portions of RGB colors in percentages

R + G + B = 235 + 173 + 129 = 537 (100%)
R 235 of 537 ~ 43.76%
G 173 of 537 ~ 32.22%
B 129 of 537 ~ 24.02'%

%43.76
%32.22
%24.02

CMYK color model

#EBAD81 color CMYK value is (0,26,45,8).

  • cyan value is 0.00%
  • magenta value is 26.38%
  • yellow value is 45.11%
  • key color value is 7.84%

CMYK: (0,26,45,8)
C0M26Y45K8 (0%, 26%, 45%, 8%)
(0.00 / 0.26 / 0.45 / 0.08)

CMYK percentages

%0
%26.38
%45.11
%7.84

Codes

Color #EBAD81 in popluar color models

EB AD 81
RGB 235 173 129
HSL 25° 72.60% 71.37%
HSB/HSV 25° 45.11% 92.16%
CMYK 0.00% 26.38% 45.11%
7.84%

Color #EBAD81 in popluar number systems.

HEX EB AD 81
Decimal 235 173 129
Binary 11101011 10101101 10000001
Octal 353 255 201

Shades and tints

Shades of #EBAD81

#EBAD81
(235,173,129)
#D69E76
(214,158,118)
#C18F6B
(193,143,107)
#AC8060
(172,128,96)
#977155
(151,113,85)
#82624A
(130,98,74)
#6D533F
(109,83,63)
#584434
(88,68,52)
#433529
(67,53,41)
#2E261E
(46,38,30)
#191713
(25,23,19)
#000000
(0,0,0)

Tints of #EBAD81

#EBAD81
(235,173,129)
#ECB48C
(236,180,140)
#EDBB97
(237,187,151)
#EEC2A2
(238,194,162)
#EFC9AD
(239,201,173)
#F0D0B8
(240,208,184)
#F1D7C3
(241,215,195)
#F2DECE
(242,222,206)
#F3E5D9
(243,229,217)
#F4ECE4
(244,236,228)
#F5F3EF
(245,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBAD81 color. Also use rgb(235,173,129) instead hex code.

Text Font Color

.myTextColor { color: #EBAD81; }

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

This text font color is #EBAD81.

Background Color

.myBgColor { background-color: #EBAD81; }

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

This div background color is #EBAD81.

Border color

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

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

This div border color is #EBAD81.

Opacity

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

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

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

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

This text has shadow with #EBAD81 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EBAD81.

Preview

Color preview on black background

This text has color #EBAD81 on black background.


Color preview on white background

This text has color #EBAD81 on white background.


Black color preview on #EBAD81 background

This text has black color on #EBAD81 background.


White color preview on #EBAD81 background

This text has white color on #EBAD81 background.


Related colors

Complementary color

Complementary color for #hex is #14527E.


I love getcolorcode.com

Triadic colors

1 #81EBAD and #AD81EB with #EBAD81 are triadic colors.

2 #81ADEB and #ADEB81 with #EBAD81 are triadic colors.