Shades of Pale Goldenrod #EAE29D
Tints of Pale Goldenrod #EAE29D
RGB
CMYK
RGB Variations
Color information
#EAE29D (or 0xEAE29D) is known color: Pale Goldenrod. HEX triplet: EA, E2 and 9D. RGB value is (234,226,157). Sum of RGB (Red+Green+Blue) = 234+226+157=617 (81% of max value = 765). Red value is 234 (91.80% from 255 or 37.93% from 617); Green value is 226 (88.67% from 255 or 36.63% from 617); Blue value is 157 (61.72% from 255 or 25.45% from 617); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE29D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAE29D is #151D62. Grayscale: #DCDCDC. Windows color (decimal): -1383779 or 10347242. OLE color: 10347242.
HSL color Cylindrical-coordinate representation of color #EAE29D: hue angle of 53.77º 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 #EAE29D is Cyan = 0, Magento = 0.03, Yellow = 0.33 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 226 | 157 | - |
| CMYK | 0 | 0.03 | 0.33 | 0.08 |
| HSL | 53.77º | 0.65% | 0.77% | - |
| HSV(B) | 53.77º | 0.33% | 0.92% | - |
| XYZ | 67.21 | 74.32 | 42.7 | - |
| YUV | 220.53 | 92.15 | 137.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 226 | 157 | 0 | 0.03 | 0.33 | 0.08 | 53.77 | 0.65 | 0.77 |
| Hex | EA | E2 | 9D | 0 | 3 | 21 | 8 | 36 | 41 | 4D |
| Octal | 352 | 342 | 235 | 0 | 3 | 41 | 10 | 66 | 101 | 115 |
| Binary | 11101010 | 11100010 | 10011101 | 0 | 11 | 100001 | 1000 | 110110 | 1000001 | 1001101 |
Color Harmonies of #EAE29D
Complementary color
Monochromatic Colors of #EAE29D
Black with #EAE29D
Text Example
Text Example
White with #EAE29D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAE29D; }
p { color: rgb(234,226,157); }
H1.HeaderClassName
{
color: #EAE29D;
}
.AnyTagClassName
{
color: #EAE29D;
}
</style>
background-color css
<style>
a { background-color: #EAE29D; }
a { background-color: rgb(234,226,157); }
div.DivClassName
{
background-color: #EAE29D;
}
.BgClassName
{
background-color: #EAE29D;
}
</style>
border-color css
<style>
span { border-color: #EAE29D; }
span { border-color: rgb(234,226,157); }
td.TdClassName
{
border-color: #EAE29D;
}
.TagClassName
{
border-color: #EAE29D;
}
</style>