#EEDC7B

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

Shades of Flax #EEDC7B

Tints of Flax #EEDC7B

Color information

#EEDC7B (or 0xEEDC7B) is unknown color: approx Flax. HEX triplet: EE, DC and 7B. RGB value is (238,220,123). Sum of RGB (Red+Green+Blue) = 238+220+123=581 (76% of max value = 765). Red value is 238 (93.36% from 255 or 40.96% from 581); Green value is 220 (86.33% from 255 or 37.87% from 581); Blue value is 123 (48.44% from 255 or 21.17% from 581); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDC7B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEDC7B is #112384. Grayscale: #D6D6D6. Windows color (decimal): -1123205 or 8117486. OLE color: 8117486.

HSL color Cylindrical-coordinate representation of color #EEDC7B: hue angle of 50.61º degrees, saturation: 0.77, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EEDC7B is Cyan = 0, Magento = 0.08, Yellow = 0.48 and Black (K on CMYK) = 0.07.

Color convert

RGB238220123-
CMYK00.080.480.07
HSL50.61º77.18%70.78%-
HSV(B)50.61º48.32%93.33%-
XYZ64.4370.7929.01-
YUV214.3276.46144.89-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 40.96%
GREEN value IS 220 (86.33% from 255) = 37.87%
BLUE value IS 123 (48.44% from 255) = 21.17%
R=40.96%
G=37.87%
B=21.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.48
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23822012300.080.480.0750.6177.1870.78
HexEEDC7B08307334d47
Octal35633417301060763115107
Binary111011101101110011110110100011000011111001110011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEDC7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEDC7B; }

 p { color: rgb(238,220,123); }

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

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

 a { background-color: rgb(238,220,123); }

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

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

 span { border-color: rgb(238,220,123); }

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