#EDDC88

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

Shades of Flax #EDDC88

Tints of Flax #EDDC88

Color information

#EDDC88 (or 0xEDDC88) is unknown color: approx Flax. HEX triplet: ED, DC and 88. RGB value is (237,220,136). Sum of RGB (Red+Green+Blue) = 237+220+136=593 (78% of max value = 765). Red value is 237 (92.97% from 255 or 39.97% from 593); Green value is 220 (86.33% from 255 or 37.10% from 593); Blue value is 136 (53.52% from 255 or 22.93% from 593); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDC88 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDDC88 is #122377. Grayscale: #D7D7D7. Windows color (decimal): -1188728 or 8969453. OLE color: 8969453.

HSL color Cylindrical-coordinate representation of color #EDDC88: hue angle of 49.9º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #EDDC88 is Cyan = 0, Magento = 0.07, Yellow = 0.43 and Black (K on CMYK) = 0.07.

Color convert

RGB237220136-
CMYK00.070.430.07
HSL49.9º73.72%73.14%-
HSV(B)49.9º42.62%92.94%-
XYZ64.9670.9733.57-
YUV215.5183.13143.33-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 39.97%
GREEN value IS 220 (86.33% from 255) = 37.10%
BLUE value IS 136 (53.52% from 255) = 22.93%
R=39.97%
G=37.10%
B=22.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.43
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23722013600.070.430.0749.973.7273.14
HexEDDC88072B7324a49
Octal3553342100753762112111
Binary111011011101110010001000011110101111111001010010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDDC88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDDC88; }

 p { color: rgb(237,220,136); }

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

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

 a { background-color: rgb(237,220,136); }

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

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

 span { border-color: rgb(237,220,136); }

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