Html Css Color HEX #EDDC82 Flax

📋 copy color: '#EDDC82'

red 237 ◦ green 220 ◦ blue 130

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

Shades of Flax #EDDC82

Tints of Flax #EDDC82

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 22.15%

R = 40.37%
G = 37.48%
B = 22.15%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.45

 K value IS 0.07

RGB Variations

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

Color information

#EDDC82 (or 0xEDDC82) is known color: Flax. HEX triplet: ED, DC and 82. RGB value is (237,220,130). Sum of RGB (Red+Green+Blue) = 237+220+130=587 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.37% from 587); Green value is 220 (86.33% from 255 or 37.48% from 587); Blue value is 130 (51.17% from 255 or 22.15% from 587); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDC82 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDDC82 is #12237D. Grayscale: #D7D7D7. Windows color (decimal): -1188734 or 8576237. OLE color: 8576237.

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

Color convert

RGB 237 220 130 -
CMYK 0 0.07 0.45 0.07
HSL 50.47º 0.75% 0.72% -
HSV(B) 50.47º 0.45% 0.93% -
XYZ 64.55 70.8 31.38 -
YUV 214.82 80.13 143.82 -
System Red Green Blue C M Y K H S L
Decimal 237 220 130 0 0.07 0.45 0.07 50.47 0.75 0.72
Hex ED DC 82 0 7 2D 7 32 4B 48
Octal 355 334 202 0 7 55 7 62 113 110
Binary 11101101 11011100 10000010 0 111 101101 111 110010 1001011 1001000

Color Harmonies of #EDDC82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDC82

Black with #EDDC82

Text Example


Text Example

White with #EDDC82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDC82; }

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

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

background-color css

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

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

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

border-color css

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

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

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