#E8D485

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

Shades of Flax #E8D485

Tints of Flax #E8D485

Color information

#E8D485 (or 0xE8D485) is unknown color: approx Flax. HEX triplet: E8, D4 and 85. RGB value is (232,212,133). Sum of RGB (Red+Green+Blue) = 232+212+133=577 (76% of max value = 765). Red value is 232 (91.02% from 255 or 40.21% from 577); Green value is 212 (83.20% from 255 or 36.74% from 577); Blue value is 133 (52.34% from 255 or 23.05% from 577); Max value from RGB is 232 - color contains mainly: red. Hex color #E8D485 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E8D485 is #172B7A. Grayscale: #D1D1D1. Windows color (decimal): -1518459 or 8770792. OLE color: 8770792.

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

Color convert

RGB232212133-
CMYK00.090.430.09
HSL47.88º68.28%71.57%-
HSV(B)47.88º42.67%90.98%-
XYZ61.0665.9431.7-
YUV208.9785.13144.42-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 40.21%
GREEN value IS 212 (83.20% from 255) = 36.74%
BLUE value IS 133 (52.34% from 255) = 23.05%
R=40.21%
G=36.74%
B=23.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.43
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23221213300.090.430.0947.8868.2871.57
HexE8D485092B9304448
Octal350324205011531160104110
Binary11101000110101001000010101001101011100111000010001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8D485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8D485; }

 p { color: rgb(232,212,133); }

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

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

 a { background-color: rgb(232,212,133); }

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

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

 span { border-color: rgb(232,212,133); }

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