#EADB8B

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

Shades of Flax #EADB8B

Tints of Flax #EADB8B

Color information

#EADB8B (or 0xEADB8B) is unknown color: approx Flax. HEX triplet: EA, DB and 8B. RGB value is (234,219,139). Sum of RGB (Red+Green+Blue) = 234+219+139=592 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.53% from 592); Green value is 219 (85.94% from 255 or 36.99% from 592); Blue value is 139 (54.69% from 255 or 23.48% from 592); Max value from RGB is 234 - color contains mainly: red. Hex color #EADB8B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EADB8B is #152474. Grayscale: #D6D6D6. Windows color (decimal): -1385589 or 9165802. OLE color: 9165802.

HSL color Cylindrical-coordinate representation of color #EADB8B: hue angle of 50.53º 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 #EADB8B is Cyan = 0, Magento = 0.06, Yellow = 0.41 and Black (K on CMYK) = 0.08.

Color convert

RGB234219139-
CMYK00.060.410.08
HSL50.53º69.34%73.14%-
HSV(B)50.53º40.6%91.76%-
XYZ63.9270.0234.57-
YUV214.3685.47142-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 39.53%
GREEN value IS 219 (85.94% from 255) = 36.99%
BLUE value IS 139 (54.69% from 255) = 23.48%
R=39.53%
G=36.99%
B=23.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.41
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23421913900.060.410.0850.5369.3473.14
HexEADB8B06298334549
Octal35233321306511063105111
Binary1110101011011011100010110110101001100011001110001011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EADB8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EADB8B; }

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

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

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

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

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

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

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

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