#EDDA8D

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

Shades of Flax #EDDA8D

Tints of Flax #EDDA8D

Color information

#EDDA8D (or 0xEDDA8D) is unknown color: approx Flax. HEX triplet: ED, DA and 8D. RGB value is (237,218,141). Sum of RGB (Red+Green+Blue) = 237+218+141=596 (78% of max value = 765). Red value is 237 (92.97% from 255 or 39.77% from 596); Green value is 218 (85.55% from 255 or 36.58% from 596); Blue value is 141 (55.47% from 255 or 23.66% from 596); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDA8D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDDA8D is #122572. Grayscale: #D7D7D7. Windows color (decimal): -1189235 or 9296621. OLE color: 9296621.

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

Color convert

RGB237218141-
CMYK00.080.410.07
HSL48.12º72.73%74.12%-
HSV(B)48.12º40.51%92.94%-
XYZ64.870.0735.31-
YUV214.986.29143.76-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 39.77%
GREEN value IS 218 (85.55% from 255) = 36.58%
BLUE value IS 141 (55.47% from 255) = 23.66%
R=39.77%
G=36.58%
B=23.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.41
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23721814100.080.410.0748.1272.7374.12
HexEDDA8D0829730494a
Octal35533221501051760111112
Binary1110110111011010100011010100010100111111000010010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDDA8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDDA8D; }

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

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

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

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

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

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

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

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