#E9D48A

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

Shades of Flax #E9D48A

Tints of Flax #E9D48A

Color information

#E9D48A (or 0xE9D48A) is unknown color: approx Flax. HEX triplet: E9, D4 and 8A. RGB value is (233,212,138). Sum of RGB (Red+Green+Blue) = 233+212+138=583 (77% of max value = 765). Red value is 233 (91.41% from 255 or 39.97% from 583); Green value is 212 (83.20% from 255 or 36.36% from 583); Blue value is 138 (54.30% from 255 or 23.67% from 583); Max value from RGB is 233 - color contains mainly: red. Hex color #E9D48A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E9D48A is #162B75. Grayscale: #D2D2D2. Windows color (decimal): -1452918 or 9098473. OLE color: 9098473.

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

Color convert

RGB233212138-
CMYK00.090.410.09
HSL46.74º68.35%72.75%-
HSV(B)46.74º40.77%91.37%-
XYZ61.7466.2533.58-
YUV209.8487.46144.52-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 39.97%
GREEN value IS 212 (83.20% from 255) = 36.36%
BLUE value IS 138 (54.30% from 255) = 23.67%
R=39.97%
G=36.36%
B=23.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.41
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23321213800.090.410.0946.7468.3572.75
HexE9D48A092992f4449
Octal351324212011511157104111
Binary11101001110101001000101001001101001100110111110001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9D48A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9D48A; }

 p { color: rgb(233,212,138); }

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

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

 a { background-color: rgb(233,212,138); }

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

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

 span { border-color: rgb(233,212,138); }

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