#EDDC8A

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

Shades of Flax #EDDC8A

Tints of Flax #EDDC8A

Color information

#EDDC8A (or 0xEDDC8A) is unknown color: approx Flax. HEX triplet: ED, DC and 8A. RGB value is (237,220,138). Sum of RGB (Red+Green+Blue) = 237+220+138=595 (78% of max value = 765). Red value is 237 (92.97% from 255 or 39.83% from 595); Green value is 220 (86.33% from 255 or 36.97% from 595); Blue value is 138 (54.30% from 255 or 23.19% from 595); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDC8A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDDC8A is #122375. Grayscale: #D8D8D8. Windows color (decimal): -1188726 or 9100525. OLE color: 9100525.

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

Color convert

RGB237220138-
CMYK00.070.420.07
HSL49.7º73.33%73.53%-
HSV(B)49.7º41.77%92.94%-
XYZ65.1171.0334.32-
YUV215.7484.13143.17-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 39.83%
GREEN value IS 220 (86.33% from 255) = 36.97%
BLUE value IS 138 (54.30% from 255) = 23.19%
R=39.83%
G=36.97%
B=23.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.42
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23722013800.070.420.0749.773.3373.53
HexEDDC8A072A732494a
Octal3553342120752762111112
Binary111011011101110010001010011110101011111001010010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDDC8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDDC8A; }

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

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

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

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

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

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

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

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