Shades of Pale Goldenrod #EAE19D
Tints of Pale Goldenrod #EAE19D
RGB
CMYK
RGB Variations
Color information
#EAE19D (or 0xEAE19D) is known color: Pale Goldenrod. HEX triplet: EA, E1 and 9D. RGB value is (234,225,157). Sum of RGB (Red+Green+Blue) = 234+225+157=616 (81% of max value = 765). Red value is 234 (91.80% from 255 or 37.99% from 616); Green value is 225 (88.28% from 255 or 36.53% from 616); Blue value is 157 (61.72% from 255 or 25.49% from 616); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE19D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAE19D is #151E62. Grayscale: #DCDCDC. Windows color (decimal): -1384035 or 10346986. OLE color: 10346986.
HSL color Cylindrical-coordinate representation of color #EAE19D: hue angle of 52.99º degrees, saturation: 0.65, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EAE19D is Cyan = 0, Magento = 0.04, Yellow = 0.33 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 225 | 157 | - |
| CMYK | 0 | 0.04 | 0.33 | 0.08 |
| HSL | 52.99º | 0.65% | 0.77% | - |
| HSV(B) | 52.99º | 0.33% | 0.92% | - |
| XYZ | 66.94 | 73.78 | 42.61 | - |
| YUV | 219.94 | 92.48 | 138.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 225 | 157 | 0 | 0.04 | 0.33 | 0.08 | 52.99 | 0.65 | 0.77 |
| Hex | EA | E1 | 9D | 0 | 4 | 21 | 8 | 35 | 41 | 4D |
| Octal | 352 | 341 | 235 | 0 | 4 | 41 | 10 | 65 | 101 | 115 |
| Binary | 11101010 | 11100001 | 10011101 | 0 | 100 | 100001 | 1000 | 110101 | 1000001 | 1001101 |
Color Harmonies of #EAE19D
Complementary color
Monochromatic Colors of #EAE19D
Black with #EAE19D
Text Example
Text Example
White with #EAE19D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAE19D; }
p { color: rgb(234,225,157); }
H1.HeaderClassName
{
color: #EAE19D;
}
.AnyTagClassName
{
color: #EAE19D;
}
</style>
background-color css
<style>
a { background-color: #EAE19D; }
a { background-color: rgb(234,225,157); }
div.DivClassName
{
background-color: #EAE19D;
}
.BgClassName
{
background-color: #EAE19D;
}
</style>
border-color css
<style>
span { border-color: #EAE19D; }
span { border-color: rgb(234,225,157); }
td.TdClassName
{
border-color: #EAE19D;
}
.TagClassName
{
border-color: #EAE19D;
}
</style>