Shades of Pale Goldenrod #EBE6A8
Tints of Pale Goldenrod #EBE6A8
RGB
CMYK
RGB Variations
Color information
#EBE6A8 (or 0xEBE6A8) is known color: Pale Goldenrod. HEX triplet: EB, E6 and A8. RGB value is (235,230,168). Sum of RGB (Red+Green+Blue) = 235+230+168=633 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.12% from 633); Green value is 230 (90.23% from 255 or 36.33% from 633); Blue value is 168 (66.02% from 255 or 26.54% from 633); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE6A8 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EBE6A8 is #141957. Grayscale: #E0E0E0. Windows color (decimal): -1317208 or 11069163. OLE color: 11069163.
HSL color Cylindrical-coordinate representation of color #EBE6A8: hue angle of 55.52º degrees, saturation: 0.63, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EBE6A8 is Cyan = 0, Magento = 0.02, Yellow = 0.29 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 230 | 168 | - |
| CMYK | 0 | 0.02 | 0.29 | 0.08 |
| HSL | 55.52º | 0.63% | 0.79% | - |
| HSV(B) | 55.52º | 0.29% | 0.92% | - |
| XYZ | 69.63 | 77.08 | 48.25 | - |
| YUV | 224.43 | 96.16 | 135.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 230 | 168 | 0 | 0.02 | 0.29 | 0.08 | 55.52 | 0.63 | 0.79 |
| Hex | EB | E6 | A8 | 0 | 2 | 1D | 8 | 38 | 3F | 4F |
| Octal | 353 | 346 | 250 | 0 | 2 | 35 | 10 | 70 | 77 | 117 |
| Binary | 11101011 | 11100110 | 10101000 | 0 | 10 | 11101 | 1000 | 111000 | 111111 | 1001111 |
Color Harmonies of #EBE6A8
Complementary color
Monochromatic Colors of #EBE6A8
Black with #EBE6A8
Text Example
Text Example
White with #EBE6A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBE6A8; }
p { color: rgb(235,230,168); }
H1.HeaderClassName
{
color: #EBE6A8;
}
.AnyTagClassName
{
color: #EBE6A8;
}
</style>
background-color css
<style>
a { background-color: #EBE6A8; }
a { background-color: rgb(235,230,168); }
div.DivClassName
{
background-color: #EBE6A8;
}
.BgClassName
{
background-color: #EBE6A8;
}
</style>
border-color css
<style>
span { border-color: #EBE6A8; }
span { border-color: rgb(235,230,168); }
td.TdClassName
{
border-color: #EBE6A8;
}
.TagClassName
{
border-color: #EBE6A8;
}
</style>