#E8D37E

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

Shades of Flax #E8D37E

Tints of Flax #E8D37E

Color information

#E8D37E (or 0xE8D37E) is unknown color: approx Flax. HEX triplet: E8, D3 and 7E. RGB value is (232,211,126). Sum of RGB (Red+Green+Blue) = 232+211+126=569 (75% of max value = 765). Red value is 232 (91.02% from 255 or 40.77% from 569); Green value is 211 (82.81% from 255 or 37.08% from 569); Blue value is 126 (49.61% from 255 or 22.14% from 569); Max value from RGB is 232 - color contains mainly: red. Hex color #E8D37E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E8D37E is #172C81. Grayscale: #CFCFCF. Windows color (decimal): -1518722 or 8311784. OLE color: 8311784.

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

Color convert

RGB232211126-
CMYK00.090.460.09
HSL48.11º69.74%70.2%-
HSV(B)48.11º45.69%90.98%-
XYZ60.3465.2529.15-
YUV207.5981.96145.41-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 40.77%
GREEN value IS 211 (82.81% from 255) = 37.08%
BLUE value IS 126 (49.61% from 255) = 22.14%
R=40.77%
G=37.08%
B=22.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.46
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23221112600.090.460.0948.1169.7470.2
HexE8D37E092E9304646
Octal350323176011561160106106
Binary1110100011010011111111001001101110100111000010001101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8D37E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8D37E; }

 p { color: rgb(232,211,126); }

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

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

 a { background-color: rgb(232,211,126); }

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

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

 span { border-color: rgb(232,211,126); }

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