Html Css Color HEX #EDDC77 Light Goldenrod

📋 copy color: '#EDDC77'

red 237 ◦ green 220 ◦ blue 119

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

Shades of Light Goldenrod #EDDC77

Tints of Light Goldenrod #EDDC77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 20.66%

R = 41.15%
G = 38.19%
B = 20.66%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.50

 K value IS 0.07

RGB Variations

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

Color information

#EDDC77 (or 0xEDDC77) is known color: Light Goldenrod. HEX triplet: ED, DC and 77. RGB value is (237,220,119). Sum of RGB (Red+Green+Blue) = 237+220+119=576 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.15% from 576); Green value is 220 (86.33% from 255 or 38.19% from 576); Blue value is 119 (46.88% from 255 or 20.66% from 576); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDC77 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDDC77 is #122388. Grayscale: #D5D5D5. Windows color (decimal): -1188745 or 7855341. OLE color: 7855341.

HSL color Cylindrical-coordinate representation of color #EDDC77: hue angle of 51.36º degrees, saturation: 0.77, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EDDC77 is Cyan = 0, Magento = 0.07, Yellow = 0.50 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 220 119 -
CMYK 0 0.07 0.50 0.07
HSL 51.36º 0.77% 0.7% -
HSV(B) 51.36º 0.5% 0.93% -
XYZ 63.85 70.52 27.7 -
YUV 213.57 74.63 144.71 -
System Red Green Blue C M Y K H S L
Decimal 237 220 119 0 0.07 0.50 0.07 51.36 0.77 0.7
Hex ED DC 77 0 7 32 7 33 4D 46
Octal 355 334 167 0 7 62 7 63 115 106
Binary 11101101 11011100 1110111 0 111 110010 111 110011 1001101 1000110

Color Harmonies of #EDDC77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDC77

Black with #EDDC77

Text Example


Text Example

White with #EDDC77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDC77; }

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

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

background-color css

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

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

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

border-color css

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

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

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