#EAD888

Color #EAD888 Flax (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Flax #EAD888

Tints of Flax #EAD888

Color information

#EAD888 (or 0xEAD888) is unknown color: approx Flax. HEX triplet: EA, D8 and 88. RGB value is (234,216,136). Sum of RGB (Red+Green+Blue) = 234+216+136=586 (77% of max value = 765). Red value is 234 (91.80% from 255 or 39.93% from 586); Green value is 216 (84.77% from 255 or 36.86% from 586); Blue value is 136 (53.52% from 255 or 23.21% from 586); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD888 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAD888 is #152777. Grayscale: #D4D4D4. Windows color (decimal): -1386360 or 8968426. OLE color: 8968426.

HSL color Cylindrical-coordinate representation of color #EAD888: hue angle of 48.98º degrees, saturation: 0.7, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #EAD888 is Cyan = 0, Magento = 0.08, Yellow = 0.42 and Black (K on CMYK) = 0.08.

Color convert

RGB234216136-
CMYK00.080.420.08
HSL48.98º70%72.55%-
HSV(B)48.98º41.88%91.76%-
XYZ62.9368.3833.17-
YUV212.2684.96143.5-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 234 (91.80% from 255) = 39.93%
GREEN value IS 216 (84.77% from 255) = 36.86%
BLUE value IS 136 (53.52% from 255) = 23.21%
R=39.93%
G=36.86%
B=23.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.42
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23421613600.080.420.0848.987072.55
HexEAD888082A8314649
Octal352330210010521061106111
Binary11101010110110001000100001000101010100011000110001101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD888

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD888; }

 p { color: rgb(234,216,136); }

 H1.HeaderClassName
 {
   color: #EAD888;
 }
 .AnyTagClassName
 {
   color: #EAD888;
 }
</style>
background-color css

<style>
 a { background-color: #EAD888; }

 a { background-color: rgb(234,216,136); }

 div.DivClassName
 {
   background-color: #EAD888;
 }
 .BgClassName
 {
   background-color: #EAD888;
 }
</style>
border-color css

<style>
 span { border-color: #EAD888; }

 span { border-color: rgb(234,216,136); }

 td.TdClassName
 {
   border-color: #EAD888;
 }
 .TagClassName
 {
   border-color: #EAD888;
 }
</style>