Shades of Pale Goldenrod #EBE59D
Tints of Pale Goldenrod #EBE59D
RGB
CMYK
RGB Variations
Color information
#EBE59D (or 0xEBE59D) is known color: Pale Goldenrod. HEX triplet: EB, E5 and 9D. RGB value is (235,229,157). Sum of RGB (Red+Green+Blue) = 235+229+157=621 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.84% from 621); Green value is 229 (89.84% from 255 or 36.88% from 621); Blue value is 157 (61.72% from 255 or 25.28% from 621); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE59D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBE59D is #141A62. Grayscale: #DEDEDE. Windows color (decimal): -1317475 or 10348011. OLE color: 10348011.
HSL color Cylindrical-coordinate representation of color #EBE59D: hue angle of 55.38º degrees, saturation: 0.66, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EBE59D is Cyan = 0, Magento = 0.03, Yellow = 0.33 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 229 | 157 | - |
| CMYK | 0 | 0.03 | 0.33 | 0.08 |
| HSL | 55.38º | 0.66% | 0.77% | - |
| HSV(B) | 55.38º | 0.33% | 0.92% | - |
| XYZ | 68.37 | 76.14 | 42.99 | - |
| YUV | 222.59 | 90.99 | 136.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 229 | 157 | 0 | 0.03 | 0.33 | 0.08 | 55.38 | 0.66 | 0.77 |
| Hex | EB | E5 | 9D | 0 | 3 | 21 | 8 | 37 | 42 | 4D |
| Octal | 353 | 345 | 235 | 0 | 3 | 41 | 10 | 67 | 102 | 115 |
| Binary | 11101011 | 11100101 | 10011101 | 0 | 11 | 100001 | 1000 | 110111 | 1000010 | 1001101 |
Color Harmonies of #EBE59D
Complementary color
Monochromatic Colors of #EBE59D
Black with #EBE59D
Text Example
Text Example
White with #EBE59D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBE59D; }
p { color: rgb(235,229,157); }
H1.HeaderClassName
{
color: #EBE59D;
}
.AnyTagClassName
{
color: #EBE59D;
}
</style>
background-color css
<style>
a { background-color: #EBE59D; }
a { background-color: rgb(235,229,157); }
div.DivClassName
{
background-color: #EBE59D;
}
.BgClassName
{
background-color: #EBE59D;
}
</style>
border-color css
<style>
span { border-color: #EBE59D; }
span { border-color: rgb(235,229,157); }
td.TdClassName
{
border-color: #EBE59D;
}
.TagClassName
{
border-color: #EBE59D;
}
</style>