Html Css Color HEX #EDDC87 Flax

📋 copy color: '#EDDC87'

red 237 ◦ green 220 ◦ blue 135

#EDDC87
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Flax #EDDC87

Tints of Flax #EDDC87

RGB

 RED value IS 237 (92.97% from 255) = 40.03%

 GREEN value IS 220 (86.33% from 255) = 37.16%

 BLUE value IS 135 (53.13% from 255) = 22.8%

R = 40.03%
G = 37.16%
B = 22.8%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.43

 K value IS 0.07

RGB Variations

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

Color information

#EDDC87 (or 0xEDDC87) is known color: Flax. HEX triplet: ED, DC and 87. RGB value is (237,220,135). Sum of RGB (Red+Green+Blue) = 237+220+135=592 (78% of max value = 765). Red value is 237 (92.97% from 255 or 40.03% from 592); Green value is 220 (86.33% from 255 or 37.16% from 592); Blue value is 135 (53.12% from 255 or 22.80% from 592); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDC87 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDDC87 is #122378. Grayscale: #D7D7D7. Windows color (decimal): -1188729 or 8903917. OLE color: 8903917.

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

Color convert

RGB 237 220 135 -
CMYK 0 0.07 0.43 0.07
HSL 50º 0.74% 0.73% -
HSV(B) 50º 0.43% 0.93% -
XYZ 64.89 70.94 33.19 -
YUV 215.39 82.63 143.41 -
System Red Green Blue C M Y K H S L
Decimal 237 220 135 0 0.07 0.43 0.07 50 0.74 0.73
Hex ED DC 87 0 7 2B 7 32 4A 49
Octal 355 334 207 0 7 53 7 62 112 111
Binary 11101101 11011100 10000111 0 111 101011 111 110010 1001010 1001001

Color Harmonies of #EDDC87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDC87

Black with #EDDC87

Text Example


Text Example

White with #EDDC87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDC87; }

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

 H1.HeaderClassName
 {
   color: #EDDC87;
 }
 .AnyTagClassName
 {
   color: #EDDC87;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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