Html Css Color HEX #EDDD7E Light Goldenrod

📋 copy color: '#EDDD7E'

red 237 ◦ green 221 ◦ blue 126

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

Shades of Light Goldenrod #EDDD7E

Tints of Light Goldenrod #EDDD7E

RGB

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

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

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

R = 40.58%
G = 37.84%
B = 21.58%

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

#EDDD7E (or 0xEDDD7E) is known color: Light Goldenrod. HEX triplet: ED, DD and 7E. RGB value is (237,221,126). Sum of RGB (Red+Green+Blue) = 237+221+126=584 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.58% from 584); Green value is 221 (86.72% from 255 or 37.84% from 584); Blue value is 126 (49.61% from 255 or 21.58% from 584); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDD7E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDDD7E is #122281. Grayscale: #D7D7D7. Windows color (decimal): -1188482 or 8314349. OLE color: 8314349.

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

Color convert

RGB 237 221 126 -
CMYK 0 0.07 0.47 0.07
HSL 51.35º 0.76% 0.71% -
HSV(B) 51.35º 0.47% 0.93% -
XYZ 64.55 71.22 30.08 -
YUV 214.95 77.8 143.72 -
System Red Green Blue C M Y K H S L
Decimal 237 221 126 0 0.07 0.47 0.07 51.35 0.76 0.71
Hex ED DD 7E 0 7 2F 7 33 4C 47
Octal 355 335 176 0 7 57 7 63 114 107
Binary 11101101 11011101 1111110 0 111 101111 111 110011 1001100 1000111

Color Harmonies of #EDDD7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDD7E

Black with #EDDD7E

Text Example


Text Example

White with #EDDD7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDD7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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