Html Css Color HEX #EDDC7A Light Goldenrod

📋 copy color: '#EDDC7A'

red 237 ◦ green 220 ◦ blue 122

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

Shades of Light Goldenrod #EDDC7A

Tints of Light Goldenrod #EDDC7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 21.07%

R = 40.93%
G = 38%
B = 21.07%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.49

 K value IS 0.07

RGB Variations

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

Color information

#EDDC7A (or 0xEDDC7A) is known color: Light Goldenrod. HEX triplet: ED, DC and 7A. RGB value is (237,220,122). Sum of RGB (Red+Green+Blue) = 237+220+122=579 (76% of max value = 765). Red value is 237 (92.97% from 255 or 40.93% from 579); Green value is 220 (86.33% from 255 or 38.00% from 579); Blue value is 122 (48.05% from 255 or 21.07% from 579); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDC7A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDDC7A is #122385. Grayscale: #D6D6D6. Windows color (decimal): -1188742 or 8051949. OLE color: 8051949.

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

Color convert

RGB 237 220 122 -
CMYK 0 0.07 0.49 0.07
HSL 51.13º 0.76% 0.7% -
HSV(B) 51.13º 0.49% 0.93% -
XYZ 64.03 70.6 28.66 -
YUV 213.91 76.13 144.47 -
System Red Green Blue C M Y K H S L
Decimal 237 220 122 0 0.07 0.49 0.07 51.13 0.76 0.7
Hex ED DC 7A 0 7 31 7 33 4C 46
Octal 355 334 172 0 7 61 7 63 114 106
Binary 11101101 11011100 1111010 0 111 110001 111 110011 1001100 1000110

Color Harmonies of #EDDC7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDC7A

Black with #EDDC7A

Text Example


Text Example

White with #EDDC7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDC7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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