#EDDB88

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

Shades of Flax #EDDB88

Tints of Flax #EDDB88

Color information

#EDDB88 (or 0xEDDB88) is unknown color: approx Flax. HEX triplet: ED, DB and 88. RGB value is (237,219,136). Sum of RGB (Red+Green+Blue) = 237+219+136=592 (78% of max value = 765). Red value is 237 (92.97% from 255 or 40.03% from 592); Green value is 219 (85.94% from 255 or 36.99% from 592); Blue value is 136 (53.52% from 255 or 22.97% from 592); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDB88 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDDB88 is #122477. Grayscale: #D7D7D7. Windows color (decimal): -1188984 or 8969197. OLE color: 8969197.

HSL color Cylindrical-coordinate representation of color #EDDB88: hue angle of 49.31º 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 #EDDB88 is Cyan = 0, Magento = 0.08, Yellow = 0.43 and Black (K on CMYK) = 0.07.

Color convert

RGB237219136-
CMYK00.080.430.07
HSL49.31º73.72%73.14%-
HSV(B)49.31º42.62%92.94%-
XYZ64.770.4533.48-
YUV214.9283.46143.75-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 40.03%
GREEN value IS 219 (85.94% from 255) = 36.99%
BLUE value IS 136 (53.52% from 255) = 22.97%
R=40.03%
G=36.99%
B=22.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.43
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23721913600.080.430.0749.3173.7273.14
HexEDDB88082B7314a49
Octal35533321001053761112111
Binary1110110111011011100010000100010101111111000110010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDDB88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDDB88; }

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

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

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

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

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

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

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

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