#EAD585

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

Shades of Flax #EAD585

Tints of Flax #EAD585

Color information

#EAD585 (or 0xEAD585) is unknown color: approx Flax. HEX triplet: EA, D5 and 85. RGB value is (234,213,133). Sum of RGB (Red+Green+Blue) = 234+213+133=580 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.34% from 580); Green value is 213 (83.59% from 255 or 36.72% from 580); Blue value is 133 (52.34% from 255 or 22.93% from 580); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD585 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAD585 is #152A7A. Grayscale: #D2D2D2. Windows color (decimal): -1387131 or 8771050. OLE color: 8771050.

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

Color convert

RGB234213133-
CMYK00.090.430.08
HSL47.52º70.63%71.96%-
HSV(B)47.52º43.16%91.76%-
XYZ61.9666.7731.81-
YUV210.1684.46145-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 40.34%
GREEN value IS 213 (83.59% from 255) = 36.72%
BLUE value IS 133 (52.34% from 255) = 22.93%
R=40.34%
G=36.72%
B=22.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.43
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23421313300.090.430.0847.5270.6371.96
HexEAD585092B8304748
Octal352325205011531060107110
Binary11101010110101011000010101001101011100011000010001111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD585; }

 p { color: rgb(234,213,133); }

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

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

 a { background-color: rgb(234,213,133); }

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

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

 span { border-color: rgb(234,213,133); }

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