#E3D880

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

Shades of Flax #E3D880

Tints of Flax #E3D880

Color information

#E3D880 (or 0xE3D880) is unknown color: approx Flax. HEX triplet: E3, D8 and 80. RGB value is (227,216,128). Sum of RGB (Red+Green+Blue) = 227+216+128=571 (75% of max value = 765). Red value is 227 (89.06% from 255 or 39.75% from 571); Green value is 216 (84.77% from 255 or 37.83% from 571); Blue value is 128 (50.39% from 255 or 22.42% from 571); Max value from RGB is 227 - color contains mainly: red. Hex color #E3D880 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E3D880 is #1C277F. Grayscale: #D1D1D1. Windows color (decimal): -1845120 or 8444131. OLE color: 8444131.

HSL color Cylindrical-coordinate representation of color #E3D880: hue angle of 53.33º degrees, saturation: 0.64, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E3D880 is Cyan = 0, Magento = 0.05, Yellow = 0.44 and Black (K on CMYK) = 0.11.

Color convert

RGB227216128-
CMYK00.050.440.11
HSL53.33º63.87%69.61%-
HSV(B)53.33º43.61%89.02%-
XYZ60.136730.19-
YUV209.2682.14140.66-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 39.75%
GREEN value IS 216 (84.77% from 255) = 37.83%
BLUE value IS 128 (50.39% from 255) = 22.42%
R=39.75%
G=37.83%
B=22.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.44
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22721612800.050.440.1153.3363.8769.61
HexE3D880052CB354046
Octal34333020005541365100106
Binary1110001111011000100000000101101100101111010110000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3D880

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3D880; }

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

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

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

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

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

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

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

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