#E9D77D

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

Shades of Flax #E9D77D

Tints of Flax #E9D77D

Color information

#E9D77D (or 0xE9D77D) is unknown color: approx Flax. HEX triplet: E9, D7 and 7D. RGB value is (233,215,125). Sum of RGB (Red+Green+Blue) = 233+215+125=573 (75% of max value = 765). Red value is 233 (91.41% from 255 or 40.66% from 573); Green value is 215 (84.38% from 255 or 37.52% from 573); Blue value is 125 (49.22% from 255 or 21.82% from 573); Max value from RGB is 233 - color contains mainly: red. Hex color #E9D77D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E9D77D is #162882. Grayscale: #D2D2D2. Windows color (decimal): -1452163 or 8247273. OLE color: 8247273.

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

Color convert

RGB233215125-
CMYK00.080.460.09
HSL50º71.05%70.2%-
HSV(B)50º46.35%91.37%-
XYZ61.6167.4129.17-
YUV210.1279.96144.32-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 40.66%
GREEN value IS 215 (84.38% from 255) = 37.52%
BLUE value IS 125 (49.22% from 255) = 21.82%
R=40.66%
G=37.52%
B=21.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.46
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23321512500.080.460.095071.0570.2
HexE9D77D082E9324746
Octal351327175010561162107106
Binary1110100111010111111110101000101110100111001010001111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9D77D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9D77D; }

 p { color: rgb(233,215,125); }

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

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

 a { background-color: rgb(233,215,125); }

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

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

 span { border-color: rgb(233,215,125); }

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