Shades of Light Goldenrod #EDDD83
Tints of Light Goldenrod #EDDD83
RGB
CMYK
RGB Variations
Color information
#EDDD83 (or 0xEDDD83) is known color: Light Goldenrod. HEX triplet: ED, DD and 83. RGB value is (237,221,131). Sum of RGB (Red+Green+Blue) = 237+221+131=589 (78% of max value = 765). Red value is 237 (92.97% from 255 or 40.24% from 589); Green value is 221 (86.72% from 255 or 37.52% from 589); Blue value is 131 (51.56% from 255 or 22.24% from 589); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDD83 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDDD83 is #12227C. Grayscale: #D7D7D7. Windows color (decimal): -1188477 or 8642029. OLE color: 8642029.
HSL color Cylindrical-coordinate representation of color #EDDD83: hue angle of 50.94º degrees, saturation: 0.75, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EDDD83 is Cyan = 0, Magento = 0.07, Yellow = 0.45 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 221 | 131 | - |
| CMYK | 0 | 0.07 | 0.45 | 0.07 |
| HSL | 50.94º | 0.75% | 0.72% | - |
| HSV(B) | 50.94º | 0.45% | 0.93% | - |
| XYZ | 64.88 | 71.36 | 31.83 | - |
| YUV | 215.52 | 80.3 | 143.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 221 | 131 | 0 | 0.07 | 0.45 | 0.07 | 50.94 | 0.75 | 0.72 |
| Hex | ED | DD | 83 | 0 | 7 | 2D | 7 | 33 | 4B | 48 |
| Octal | 355 | 335 | 203 | 0 | 7 | 55 | 7 | 63 | 113 | 110 |
| Binary | 11101101 | 11011101 | 10000011 | 0 | 111 | 101101 | 111 | 110011 | 1001011 | 1001000 |
Color Harmonies of #EDDD83
Complementary color
Monochromatic Colors of #EDDD83
Black with #EDDD83
Text Example
Text Example
White with #EDDD83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDD83; }
p { color: rgb(237,221,131); }
H1.HeaderClassName
{
color: #EDDD83;
}
.AnyTagClassName
{
color: #EDDD83;
}
</style>
background-color css
<style>
a { background-color: #EDDD83; }
a { background-color: rgb(237,221,131); }
div.DivClassName
{
background-color: #EDDD83;
}
.BgClassName
{
background-color: #EDDD83;
}
</style>
border-color css
<style>
span { border-color: #EDDD83; }
span { border-color: rgb(237,221,131); }
td.TdClassName
{
border-color: #EDDD83;
}
.TagClassName
{
border-color: #EDDD83;
}
</style>