#EDDB8A

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

Shades of Flax #EDDB8A

Tints of Flax #EDDB8A

Color information

#EDDB8A (or 0xEDDB8A) is unknown color: approx Flax. HEX triplet: ED, DB and 8A. RGB value is (237,219,138). Sum of RGB (Red+Green+Blue) = 237+219+138=594 (78% of max value = 765). Red value is 237 (92.97% from 255 or 39.90% from 594); Green value is 219 (85.94% from 255 or 36.87% from 594); Blue value is 138 (54.30% from 255 or 23.23% from 594); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDB8A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDDB8A is #122475. Grayscale: #D7D7D7. Windows color (decimal): -1188982 or 9100269. OLE color: 9100269.

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

Color convert

RGB237219138-
CMYK00.080.420.07
HSL49.09º73.33%73.53%-
HSV(B)49.09º41.77%92.94%-
XYZ64.8470.534.24-
YUV215.1584.46143.59-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 39.90%
GREEN value IS 219 (85.94% from 255) = 36.87%
BLUE value IS 138 (54.30% from 255) = 23.23%
R=39.90%
G=36.87%
B=23.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.42
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23721913800.080.420.0749.0973.3373.53
HexEDDB8A082A731494a
Octal35533321201052761111112
Binary1110110111011011100010100100010101011111000110010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDDB8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDDB8A; }

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

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

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

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

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

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

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

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