Html Css Color HEX #EDDD77 Light Goldenrod

📋 copy color: '#EDDD77'

red 237 ◦ green 221 ◦ blue 119

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

Shades of Light Goldenrod #EDDD77

Tints of Light Goldenrod #EDDD77

RGB

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

 GREEN value IS 221 (86.72% from 255) = 38.3%

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

R = 41.07%
G = 38.3%
B = 20.62%

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

#EDDD77 (or 0xEDDD77) is known color: Light Goldenrod. HEX triplet: ED, DD and 77. RGB value is (237,221,119). Sum of RGB (Red+Green+Blue) = 237+221+119=577 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.07% from 577); Green value is 221 (86.72% from 255 or 38.30% from 577); Blue value is 119 (46.88% from 255 or 20.62% from 577); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDD77 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDDD77 is #122288. Grayscale: #D6D6D6. Windows color (decimal): -1188489 or 7855597. OLE color: 7855597.

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

Color convert

RGB 237 221 119 -
CMYK 0 0.07 0.50 0.07
HSL 51.86º 0.77% 0.7% -
HSV(B) 51.86º 0.5% 0.93% -
XYZ 64.11 71.05 27.79 -
YUV 214.16 74.3 144.29 -
System Red Green Blue C M Y K H S L
Decimal 237 221 119 0 0.07 0.50 0.07 51.86 0.77 0.7
Hex ED DD 77 0 7 32 7 34 4D 46
Octal 355 335 167 0 7 62 7 64 115 106
Binary 11101101 11011101 1110111 0 111 110010 111 110100 1001101 1000110

Color Harmonies of #EDDD77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDD77

Black with #EDDD77

Text Example


Text Example

White with #EDDD77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDD77; }

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

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

background-color css

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

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

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

border-color css

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

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

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