Shades of Pale Goldenrod #EBE4B1
Tints of Pale Goldenrod #EBE4B1
RGB
CMYK
RGB Variations
Color information
#EBE4B1 (or 0xEBE4B1) is known color: Pale Goldenrod. HEX triplet: EB, E4 and B1. RGB value is (235,228,177). Sum of RGB (Red+Green+Blue) = 235+228+177=640 (84% of max value = 765). Red value is 235 (92.19% from 255 or 36.72% from 640); Green value is 228 (89.45% from 255 or 35.62% from 640); Blue value is 177 (69.53% from 255 or 27.66% from 640); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE4B1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBE4B1 is #141B4E. Grayscale: #E0E0E0. Windows color (decimal): -1317711 or 11658475. OLE color: 11658475.
HSL color Cylindrical-coordinate representation of color #EBE4B1: hue angle of 52.76º degrees, saturation: 0.59, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #EBE4B1 is Cyan = 0, Magento = 0.03, Yellow = 0.25 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 228 | 177 | - |
| CMYK | 0 | 0.03 | 0.25 | 0.08 |
| HSL | 52.76º | 0.59% | 0.81% | - |
| HSV(B) | 52.76º | 0.25% | 0.92% | - |
| XYZ | 69.94 | 76.32 | 52.64 | - |
| YUV | 224.28 | 101.32 | 135.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 228 | 177 | 0 | 0.03 | 0.25 | 0.08 | 52.76 | 0.59 | 0.81 |
| Hex | EB | E4 | B1 | 0 | 3 | 19 | 8 | 35 | 3B | 51 |
| Octal | 353 | 344 | 261 | 0 | 3 | 31 | 10 | 65 | 73 | 121 |
| Binary | 11101011 | 11100100 | 10110001 | 0 | 11 | 11001 | 1000 | 110101 | 111011 | 1010001 |
Color Harmonies of #EBE4B1
Complementary color
Monochromatic Colors of #EBE4B1
Black with #EBE4B1
Text Example
Text Example
White with #EBE4B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBE4B1; }
p { color: rgb(235,228,177); }
H1.HeaderClassName
{
color: #EBE4B1;
}
.AnyTagClassName
{
color: #EBE4B1;
}
</style>
background-color css
<style>
a { background-color: #EBE4B1; }
a { background-color: rgb(235,228,177); }
div.DivClassName
{
background-color: #EBE4B1;
}
.BgClassName
{
background-color: #EBE4B1;
}
</style>
border-color css
<style>
span { border-color: #EBE4B1; }
span { border-color: rgb(235,228,177); }
td.TdClassName
{
border-color: #EBE4B1;
}
.TagClassName
{
border-color: #EBE4B1;
}
</style>