Shades of Pale Goldenrod #EBE5AD
Tints of Pale Goldenrod #EBE5AD
RGB
CMYK
RGB Variations
Color information
#EBE5AD (or 0xEBE5AD) is known color: Pale Goldenrod. HEX triplet: EB, E5 and AD. RGB value is (235,229,173). Sum of RGB (Red+Green+Blue) = 235+229+173=637 (84% of max value = 765). Red value is 235 (92.19% from 255 or 36.89% from 637); Green value is 229 (89.84% from 255 or 35.95% from 637); Blue value is 173 (67.97% from 255 or 27.16% from 637); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE5AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBE5AD is #141A52. Grayscale: #E0E0E0. Windows color (decimal): -1317459 or 11396587. OLE color: 11396587.
HSL color Cylindrical-coordinate representation of color #EBE5AD: hue angle of 54.19º degrees, saturation: 0.61, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EBE5AD is Cyan = 0, Magento = 0.03, Yellow = 0.26 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 229 | 173 | - |
| CMYK | 0 | 0.03 | 0.26 | 0.08 |
| HSL | 54.19º | 0.61% | 0.8% | - |
| HSV(B) | 54.19º | 0.26% | 0.92% | - |
| XYZ | 69.82 | 76.72 | 50.66 | - |
| YUV | 224.41 | 98.99 | 135.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 229 | 173 | 0 | 0.03 | 0.26 | 0.08 | 54.19 | 0.61 | 0.8 |
| Hex | EB | E5 | AD | 0 | 3 | 1A | 8 | 36 | 3D | 50 |
| Octal | 353 | 345 | 255 | 0 | 3 | 32 | 10 | 66 | 75 | 120 |
| Binary | 11101011 | 11100101 | 10101101 | 0 | 11 | 11010 | 1000 | 110110 | 111101 | 1010000 |
Color Harmonies of #EBE5AD
Complementary color
Monochromatic Colors of #EBE5AD
Black with #EBE5AD
Text Example
Text Example
White with #EBE5AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBE5AD; }
p { color: rgb(235,229,173); }
H1.HeaderClassName
{
color: #EBE5AD;
}
.AnyTagClassName
{
color: #EBE5AD;
}
</style>
background-color css
<style>
a { background-color: #EBE5AD; }
a { background-color: rgb(235,229,173); }
div.DivClassName
{
background-color: #EBE5AD;
}
.BgClassName
{
background-color: #EBE5AD;
}
</style>
border-color css
<style>
span { border-color: #EBE5AD; }
span { border-color: rgb(235,229,173); }
td.TdClassName
{
border-color: #EBE5AD;
}
.TagClassName
{
border-color: #EBE5AD;
}
</style>