#EAD88B

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

Shades of Flax #EAD88B

Tints of Flax #EAD88B

Color information

#EAD88B (or 0xEAD88B) is unknown color: approx Flax. HEX triplet: EA, D8 and 8B. RGB value is (234,216,139). Sum of RGB (Red+Green+Blue) = 234+216+139=589 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.73% from 589); Green value is 216 (84.77% from 255 or 36.67% from 589); Blue value is 139 (54.69% from 255 or 23.60% from 589); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD88B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAD88B is #152774. Grayscale: #D4D4D4. Windows color (decimal): -1386357 or 9165034. OLE color: 9165034.

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

Color convert

RGB234216139-
CMYK00.080.410.08
HSL48.63º69.34%73.14%-
HSV(B)48.63º40.6%91.76%-
XYZ63.1568.4734.31-
YUV212.686.46143.26-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 39.73%
GREEN value IS 216 (84.77% from 255) = 36.67%
BLUE value IS 139 (54.69% from 255) = 23.60%
R=39.73%
G=36.67%
B=23.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.41
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23421613900.080.410.0848.6369.3473.14
HexEAD88B08298314549
Octal352330213010511061105111
Binary11101010110110001000101101000101001100011000110001011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD88B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD88B; }

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

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

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

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

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

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

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

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