#EDDA88

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

Shades of Flax #EDDA88

Tints of Flax #EDDA88

Color information

#EDDA88 (or 0xEDDA88) is unknown color: approx Flax. HEX triplet: ED, DA and 88. RGB value is (237,218,136). Sum of RGB (Red+Green+Blue) = 237+218+136=591 (78% of max value = 765). Red value is 237 (92.97% from 255 or 40.10% from 591); Green value is 218 (85.55% from 255 or 36.89% from 591); Blue value is 136 (53.52% from 255 or 23.01% from 591); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDA88 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDDA88 is #122577. Grayscale: #D6D6D6. Windows color (decimal): -1189240 or 8968941. OLE color: 8968941.

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

Color convert

RGB237218136-
CMYK00.080.430.07
HSL48.71º73.72%73.14%-
HSV(B)48.71º42.62%92.94%-
XYZ64.4469.9233.39-
YUV214.3383.79144.17-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 40.10%
GREEN value IS 218 (85.55% from 255) = 36.89%
BLUE value IS 136 (53.52% from 255) = 23.01%
R=40.10%
G=36.89%
B=23.01%

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
Decimal23721813600.080.430.0748.7173.7273.14
HexEDDA88082B7314a49
Octal35533221001053761112111
Binary1110110111011010100010000100010101111111000110010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDDA88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDDA88; }

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

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

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

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

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

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

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

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