Shades of Light Goldenrod #EBDD7A
Tints of Light Goldenrod #EBDD7A
RGB
CMYK
RGB Variations
Color information
#EBDD7A (or 0xEBDD7A) is known color: Light Goldenrod. HEX triplet: EB, DD and 7A. RGB value is (235,221,122). Sum of RGB (Red+Green+Blue) = 235+221+122=578 (76% of max value = 765). Red value is 235 (92.19% from 255 or 40.66% from 578); Green value is 221 (86.72% from 255 or 38.24% from 578); Blue value is 122 (48.05% from 255 or 21.11% from 578); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDD7A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBDD7A is #142285. Grayscale: #D6D6D6. Windows color (decimal): -1319558 or 8052203. OLE color: 8052203.
HSL color Cylindrical-coordinate representation of color #EBDD7A: hue angle of 52.57º degrees, saturation: 0.74, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EBDD7A is Cyan = 0, Magento = 0.06, Yellow = 0.48 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 221 | 122 | - |
| CMYK | 0 | 0.06 | 0.48 | 0.08 |
| HSL | 52.57º | 0.74% | 0.7% | - |
| HSV(B) | 52.57º | 0.48% | 0.92% | - |
| XYZ | 63.63 | 70.78 | 28.72 | - |
| YUV | 213.9 | 76.14 | 143.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 221 | 122 | 0 | 0.06 | 0.48 | 0.08 | 52.57 | 0.74 | 0.7 |
| Hex | EB | DD | 7A | 0 | 6 | 30 | 8 | 35 | 4A | 46 |
| Octal | 353 | 335 | 172 | 0 | 6 | 60 | 10 | 65 | 112 | 106 |
| Binary | 11101011 | 11011101 | 1111010 | 0 | 110 | 110000 | 1000 | 110101 | 1001010 | 1000110 |
Color Harmonies of #EBDD7A
Complementary color
Monochromatic Colors of #EBDD7A
Black with #EBDD7A
Text Example
Text Example
White with #EBDD7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBDD7A; }
p { color: rgb(235,221,122); }
H1.HeaderClassName
{
color: #EBDD7A;
}
.AnyTagClassName
{
color: #EBDD7A;
}
</style>
background-color css
<style>
a { background-color: #EBDD7A; }
a { background-color: rgb(235,221,122); }
div.DivClassName
{
background-color: #EBDD7A;
}
.BgClassName
{
background-color: #EBDD7A;
}
</style>
border-color css
<style>
span { border-color: #EBDD7A; }
span { border-color: rgb(235,221,122); }
td.TdClassName
{
border-color: #EBDD7A;
}
.TagClassName
{
border-color: #EBDD7A;
}
</style>