Html Css Color HEX #EDDC7E Light Goldenrod

📋 copy color: '#EDDC7E'

red 237 ◦ green 220 ◦ blue 126

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

Shades of Light Goldenrod #EDDC7E

Tints of Light Goldenrod #EDDC7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 21.61%

R = 40.65%
G = 37.74%
B = 21.61%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.47

 K value IS 0.07

RGB Variations

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

Color information

#EDDC7E (or 0xEDDC7E) is known color: Light Goldenrod. HEX triplet: ED, DC and 7E. RGB value is (237,220,126). Sum of RGB (Red+Green+Blue) = 237+220+126=583 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.65% from 583); Green value is 220 (86.33% from 255 or 37.74% from 583); Blue value is 126 (49.61% from 255 or 21.61% from 583); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDC7E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDDC7E is #122381. Grayscale: #D6D6D6. Windows color (decimal): -1188738 or 8314093. OLE color: 8314093.

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

Color convert

RGB 237 220 126 -
CMYK 0 0.07 0.47 0.07
HSL 50.81º 0.76% 0.71% -
HSV(B) 50.81º 0.47% 0.93% -
XYZ 64.28 70.7 30 -
YUV 214.37 78.13 144.14 -
System Red Green Blue C M Y K H S L
Decimal 237 220 126 0 0.07 0.47 0.07 50.81 0.76 0.71
Hex ED DC 7E 0 7 2F 7 33 4C 47
Octal 355 334 176 0 7 57 7 63 114 107
Binary 11101101 11011100 1111110 0 111 101111 111 110011 1001100 1000111

Color Harmonies of #EDDC7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDC7E

Black with #EDDC7E

Text Example


Text Example

White with #EDDC7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDC7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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