Shades of Pale Goldenrod #EBE5A4
Tints of Pale Goldenrod #EBE5A4
RGB
CMYK
RGB Variations
Color information
#EBE5A4 (or 0xEBE5A4) is known color: Pale Goldenrod. HEX triplet: EB, E5 and A4. RGB value is (235,229,164). Sum of RGB (Red+Green+Blue) = 235+229+164=628 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.42% from 628); Green value is 229 (89.84% from 255 or 36.46% from 628); Blue value is 164 (64.45% from 255 or 26.11% from 628); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE5A4 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBE5A4 is #141A5B. Grayscale: #DFDFDF. Windows color (decimal): -1317468 or 10806763. OLE color: 10806763.
HSL color Cylindrical-coordinate representation of color #EBE5A4: hue angle of 54.93º 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 #EBE5A4 is Cyan = 0, Magento = 0.03, Yellow = 0.30 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 229 | 164 | - |
| CMYK | 0 | 0.03 | 0.30 | 0.08 |
| HSL | 54.93º | 0.64% | 0.78% | - |
| HSV(B) | 54.93º | 0.3% | 0.92% | - |
| XYZ | 68.98 | 76.38 | 46.23 | - |
| YUV | 223.38 | 94.49 | 136.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 229 | 164 | 0 | 0.03 | 0.30 | 0.08 | 54.93 | 0.64 | 0.78 |
| Hex | EB | E5 | A4 | 0 | 3 | 1E | 8 | 37 | 40 | 4E |
| Octal | 353 | 345 | 244 | 0 | 3 | 36 | 10 | 67 | 100 | 116 |
| Binary | 11101011 | 11100101 | 10100100 | 0 | 11 | 11110 | 1000 | 110111 | 1000000 | 1001110 |
Color Harmonies of #EBE5A4
Complementary color
Monochromatic Colors of #EBE5A4
Black with #EBE5A4
Text Example
Text Example
White with #EBE5A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBE5A4; }
p { color: rgb(235,229,164); }
H1.HeaderClassName
{
color: #EBE5A4;
}
.AnyTagClassName
{
color: #EBE5A4;
}
</style>
background-color css
<style>
a { background-color: #EBE5A4; }
a { background-color: rgb(235,229,164); }
div.DivClassName
{
background-color: #EBE5A4;
}
.BgClassName
{
background-color: #EBE5A4;
}
</style>
border-color css
<style>
span { border-color: #EBE5A4; }
span { border-color: rgb(235,229,164); }
td.TdClassName
{
border-color: #EBE5A4;
}
.TagClassName
{
border-color: #EBE5A4;
}
</style>