#EAD78C

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

Shades of Flax #EAD78C

Tints of Flax #EAD78C

Color information

#EAD78C (or 0xEAD78C) is unknown color: approx Flax. HEX triplet: EA, D7 and 8C. RGB value is (234,215,140). Sum of RGB (Red+Green+Blue) = 234+215+140=589 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.73% from 589); Green value is 215 (84.38% from 255 or 36.50% from 589); Blue value is 140 (55.08% from 255 or 23.77% from 589); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD78C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAD78C is #152873. Grayscale: #D4D4D4. Windows color (decimal): -1386612 or 9230314. OLE color: 9230314.

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

Color convert

RGB234215140-
CMYK00.080.400.08
HSL47.87º69.12%73.33%-
HSV(B)47.87º40.17%91.76%-
XYZ62.9767.9934.62-
YUV212.1387.29143.6-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 39.73%
GREEN value IS 215 (84.38% from 255) = 36.50%
BLUE value IS 140 (55.08% from 255) = 23.77%
R=39.73%
G=36.50%
B=23.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.40
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23421514000.080.400.0847.8769.1273.33
HexEAD78C08288304549
Octal352327214010501060105111
Binary11101010110101111000110001000101000100011000010001011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD78C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD78C; }

 p { color: rgb(234,215,140); }

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

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

 a { background-color: rgb(234,215,140); }

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

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

 span { border-color: rgb(234,215,140); }

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