Shades of Pale Goldenrod #EBE6A5
Tints of Pale Goldenrod #EBE6A5
RGB
CMYK
RGB Variations
Color information
#EBE6A5 (or 0xEBE6A5) is known color: Pale Goldenrod. HEX triplet: EB, E6 and A5. RGB value is (235,230,165). Sum of RGB (Red+Green+Blue) = 235+230+165=630 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.30% from 630); Green value is 230 (90.23% from 255 or 36.51% from 630); Blue value is 165 (64.84% from 255 or 26.19% from 630); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE6A5 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EBE6A5 is #14195A. Grayscale: #E0E0E0. Windows color (decimal): -1317211 or 10872555. OLE color: 10872555.
HSL color Cylindrical-coordinate representation of color #EBE6A5: hue angle of 55.71º degrees, saturation: 0.64, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EBE6A5 is Cyan = 0, Magento = 0.02, Yellow = 0.30 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 230 | 165 | - |
| CMYK | 0 | 0.02 | 0.30 | 0.08 |
| HSL | 55.71º | 0.64% | 0.78% | - |
| HSV(B) | 55.71º | 0.3% | 0.92% | - |
| XYZ | 69.35 | 76.97 | 46.8 | - |
| YUV | 224.09 | 94.66 | 135.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 230 | 165 | 0 | 0.02 | 0.30 | 0.08 | 55.71 | 0.64 | 0.78 |
| Hex | EB | E6 | A5 | 0 | 2 | 1E | 8 | 38 | 40 | 4E |
| Octal | 353 | 346 | 245 | 0 | 2 | 36 | 10 | 70 | 100 | 116 |
| Binary | 11101011 | 11100110 | 10100101 | 0 | 10 | 11110 | 1000 | 111000 | 1000000 | 1001110 |
Color Harmonies of #EBE6A5
Complementary color
Monochromatic Colors of #EBE6A5
Black with #EBE6A5
Text Example
Text Example
White with #EBE6A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBE6A5; }
p { color: rgb(235,230,165); }
H1.HeaderClassName
{
color: #EBE6A5;
}
.AnyTagClassName
{
color: #EBE6A5;
}
</style>
background-color css
<style>
a { background-color: #EBE6A5; }
a { background-color: rgb(235,230,165); }
div.DivClassName
{
background-color: #EBE6A5;
}
.BgClassName
{
background-color: #EBE6A5;
}
</style>
border-color css
<style>
span { border-color: #EBE6A5; }
span { border-color: rgb(235,230,165); }
td.TdClassName
{
border-color: #EBE6A5;
}
.TagClassName
{
border-color: #EBE6A5;
}
</style>