#EAD880

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

Shades of Flax #EAD880

Tints of Flax #EAD880

Color information

#EAD880 (or 0xEAD880) is unknown color: approx Flax. HEX triplet: EA, D8 and 80. RGB value is (234,216,128). Sum of RGB (Red+Green+Blue) = 234+216+128=578 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.48% from 578); Green value is 216 (84.77% from 255 or 37.37% from 578); Blue value is 128 (50.39% from 255 or 22.15% from 578); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD880 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAD880 is #15277F. Grayscale: #D3D3D3. Windows color (decimal): -1386368 or 8444138. OLE color: 8444138.

HSL color Cylindrical-coordinate representation of color #EAD880: hue angle of 49.81º 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 #EAD880 is Cyan = 0, Magento = 0.08, Yellow = 0.45 and Black (K on CMYK) = 0.08.

Color convert

RGB234216128-
CMYK00.080.450.08
HSL49.81º71.62%70.98%-
HSV(B)49.81º45.3%91.76%-
XYZ62.3868.1630.29-
YUV211.3580.96144.16-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 40.48%
GREEN value IS 216 (84.77% from 255) = 37.37%
BLUE value IS 128 (50.39% from 255) = 22.15%
R=40.48%
G=37.37%
B=22.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.45
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23421612800.080.450.0849.8171.6270.98
HexEAD880082D8324847
Octal352330200010551062110107
Binary11101010110110001000000001000101101100011001010010001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD880

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD880; }

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

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

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

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

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

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

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

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