#EAD47D

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

Shades of Flax #EAD47D

Tints of Flax #EAD47D

Color information

#EAD47D (or 0xEAD47D) is unknown color: approx Flax. HEX triplet: EA, D4 and 7D. RGB value is (234,212,125). Sum of RGB (Red+Green+Blue) = 234+212+125=571 (75% of max value = 765). Red value is 234 (91.80% from 255 or 40.98% from 571); Green value is 212 (83.20% from 255 or 37.13% from 571); Blue value is 125 (49.22% from 255 or 21.89% from 571); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD47D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAD47D is #152B82. Grayscale: #D1D1D1. Windows color (decimal): -1387395 or 8246506. OLE color: 8246506.

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

Color convert

RGB234212125-
CMYK00.090.470.08
HSL47.89º72.19%70.39%-
HSV(B)47.89º46.58%91.76%-
XYZ61.1866.0628.93-
YUV208.6680.79146.07-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 40.98%
GREEN value IS 212 (83.20% from 255) = 37.13%
BLUE value IS 125 (49.22% from 255) = 21.89%
R=40.98%
G=37.13%
B=21.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.47
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23421212500.090.470.0847.8972.1970.39
HexEAD47D092F8304846
Octal352324175011571060110106
Binary1110101011010100111110101001101111100011000010010001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD47D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD47D; }

 p { color: rgb(234,212,125); }

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

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

 a { background-color: rgb(234,212,125); }

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

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

 span { border-color: rgb(234,212,125); }

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