#EAD78D

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

Shades of Flax #EAD78D

Tints of Flax #EAD78D

Color information

#EAD78D (or 0xEAD78D) is unknown color: approx Flax. HEX triplet: EA, D7 and 8D. RGB value is (234,215,141). Sum of RGB (Red+Green+Blue) = 234+215+141=590 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.66% from 590); Green value is 215 (84.38% from 255 or 36.44% from 590); Blue value is 141 (55.47% from 255 or 23.90% from 590); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD78D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAD78D is #152872. Grayscale: #D4D4D4. Windows color (decimal): -1386611 or 9295850. OLE color: 9295850.

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

Color convert

RGB234215141-
CMYK00.080.400.08
HSL47.74º68.89%73.53%-
HSV(B)47.74º39.74%91.76%-
XYZ63.0468.0235.01-
YUV212.2487.79143.52-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 39.66%
GREEN value IS 215 (84.38% from 255) = 36.44%
BLUE value IS 141 (55.47% from 255) = 23.90%
R=39.66%
G=36.44%
B=23.90%

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
Decimal23421514100.080.400.0847.7468.8973.53
HexEAD78D0828830454a
Octal352327215010501060105112
Binary11101010110101111000110101000101000100011000010001011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD78D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD78D; }

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

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

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

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

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

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

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

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