#EAD580

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

Shades of Flax #EAD580

Tints of Flax #EAD580

Color information

#EAD580 (or 0xEAD580) is unknown color: approx Flax. HEX triplet: EA, D5 and 80. RGB value is (234,213,128). Sum of RGB (Red+Green+Blue) = 234+213+128=575 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.70% from 575); Green value is 213 (83.59% from 255 or 37.04% from 575); Blue value is 128 (50.39% from 255 or 22.26% from 575); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD580 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAD580 is #152A7F. Grayscale: #D1D1D1. Windows color (decimal): -1387136 or 8443370. OLE color: 8443370.

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

Color convert

RGB234213128-
CMYK00.090.450.08
HSL48.11º71.62%70.98%-
HSV(B)48.11º45.3%91.76%-
XYZ61.6266.6430.04-
YUV209.5981.96145.41-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 40.70%
GREEN value IS 213 (83.59% from 255) = 37.04%
BLUE value IS 128 (50.39% from 255) = 22.26%
R=40.70%
G=37.04%
B=22.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.45
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23421312800.090.450.0848.1171.6270.98
HexEAD580092D8304847
Octal352325200011551060110107
Binary11101010110101011000000001001101101100011000010010001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD580; }

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

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

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

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

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

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

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

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