#EDDC83

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

Shades of Flax #EDDC83

Tints of Flax #EDDC83

Color information

#EDDC83 (or 0xEDDC83) is unknown color: approx Flax. HEX triplet: ED, DC and 83. RGB value is (237,220,131). Sum of RGB (Red+Green+Blue) = 237+220+131=588 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.31% from 588); Green value is 220 (86.33% from 255 or 37.41% from 588); Blue value is 131 (51.56% from 255 or 22.28% from 588); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDC83 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDDC83 is #12237C. Grayscale: #D7D7D7. Windows color (decimal): -1188733 or 8641773. OLE color: 8641773.

HSL color Cylindrical-coordinate representation of color #EDDC83: hue angle of 50.38º degrees, saturation: 0.75, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EDDC83 is Cyan = 0, Magento = 0.07, Yellow = 0.45 and Black (K on CMYK) = 0.07.

Color convert

RGB237220131-
CMYK00.070.450.07
HSL50.38º74.65%72.16%-
HSV(B)50.38º44.73%92.94%-
XYZ64.6170.8331.74-
YUV214.9480.63143.74-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 40.31%
GREEN value IS 220 (86.33% from 255) = 37.41%
BLUE value IS 131 (51.56% from 255) = 22.28%
R=40.31%
G=37.41%
B=22.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.45
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23722013100.070.450.0750.3874.6572.16
HexEDDC83072D7324b48
Octal3553342030755762113110
Binary111011011101110010000011011110110111111001010010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDDC83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDDC83; }

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

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

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

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

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

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

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

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