Html Css Color HEX #EDDD7B Light Goldenrod

📋 copy color: '#EDDD7B'

red 237 ◦ green 221 ◦ blue 123

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

Shades of Light Goldenrod #EDDD7B

Tints of Light Goldenrod #EDDD7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 21.17%

R = 40.79%
G = 38.04%
B = 21.17%

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

#EDDD7B (or 0xEDDD7B) is known color: Light Goldenrod. HEX triplet: ED, DD and 7B. RGB value is (237,221,123). Sum of RGB (Red+Green+Blue) = 237+221+123=581 (76% of max value = 765). Red value is 237 (92.97% from 255 or 40.79% from 581); Green value is 221 (86.72% from 255 or 38.04% from 581); Blue value is 123 (48.44% from 255 or 21.17% from 581); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDD7B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDDD7B is #122284. Grayscale: #D7D7D7. Windows color (decimal): -1188485 or 8117741. OLE color: 8117741.

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

Color convert

RGB 237 221 123 -
CMYK 0 0.07 0.48 0.07
HSL 51.58º 0.76% 0.71% -
HSV(B) 51.58º 0.48% 0.93% -
XYZ 64.36 71.15 29.08 -
YUV 214.61 76.3 143.97 -
System Red Green Blue C M Y K H S L
Decimal 237 221 123 0 0.07 0.48 0.07 51.58 0.76 0.71
Hex ED DD 7B 0 7 30 7 34 4C 47
Octal 355 335 173 0 7 60 7 64 114 107
Binary 11101101 11011101 1111011 0 111 110000 111 110100 1001100 1000111

Color Harmonies of #EDDD7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDD7B

Black with #EDDD7B

Text Example


Text Example

White with #EDDD7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDD7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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