Html Css Color HEX #EDDC7C Light Goldenrod

📋 copy color: '#EDDC7C'

red 237 ◦ green 220 ◦ blue 124

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

Shades of Light Goldenrod #EDDC7C

Tints of Light Goldenrod #EDDC7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 21.34%

R = 40.79%
G = 37.87%
B = 21.34%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.48

 K value IS 0.07

RGB Variations

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

Color information

#EDDC7C (or 0xEDDC7C) is known color: Light Goldenrod. HEX triplet: ED, DC and 7C. RGB value is (237,220,124). Sum of RGB (Red+Green+Blue) = 237+220+124=581 (76% of max value = 765). Red value is 237 (92.97% from 255 or 40.79% from 581); Green value is 220 (86.33% from 255 or 37.87% from 581); Blue value is 124 (48.83% from 255 or 21.34% from 581); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDC7C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDDC7C is #122383. Grayscale: #D6D6D6. Windows color (decimal): -1188740 or 8183021. OLE color: 8183021.

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

Color convert

RGB 237 220 124 -
CMYK 0 0.07 0.48 0.07
HSL 50.97º 0.76% 0.71% -
HSV(B) 50.97º 0.48% 0.93% -
XYZ 64.16 70.65 29.32 -
YUV 214.14 77.13 144.31 -
System Red Green Blue C M Y K H S L
Decimal 237 220 124 0 0.07 0.48 0.07 50.97 0.76 0.71
Hex ED DC 7C 0 7 30 7 33 4C 47
Octal 355 334 174 0 7 60 7 63 114 107
Binary 11101101 11011100 1111100 0 111 110000 111 110011 1001100 1000111

Color Harmonies of #EDDC7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDC7C

Black with #EDDC7C

Text Example


Text Example

White with #EDDC7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDC7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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