Shades of Pale Goldenrod #EAE69E
Tints of Pale Goldenrod #EAE69E
RGB
CMYK
RGB Variations
Color information
#EAE69E (or 0xEAE69E) is known color: Pale Goldenrod. HEX triplet: EA, E6 and 9E. RGB value is (234,230,158). Sum of RGB (Red+Green+Blue) = 234+230+158=622 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.62% from 622); Green value is 230 (90.23% from 255 or 36.98% from 622); Blue value is 158 (62.11% from 255 or 25.40% from 622); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE69E is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAE69E is #151961. Grayscale: #DFDFDF. Windows color (decimal): -1382754 or 10413802. OLE color: 10413802.
HSL color Cylindrical-coordinate representation of color #EAE69E: hue angle of 56.84º degrees, saturation: 0.64, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EAE69E is Cyan = 0, Magento = 0.02, Yellow = 0.32 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 230 | 158 | - |
| CMYK | 0 | 0.02 | 0.32 | 0.08 |
| HSL | 56.84º | 0.64% | 0.77% | - |
| HSV(B) | 56.84º | 0.32% | 0.92% | - |
| XYZ | 68.4 | 76.55 | 43.52 | - |
| YUV | 222.99 | 91.33 | 135.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 230 | 158 | 0 | 0.02 | 0.32 | 0.08 | 56.84 | 0.64 | 0.77 |
| Hex | EA | E6 | 9E | 0 | 2 | 20 | 8 | 39 | 40 | 4D |
| Octal | 352 | 346 | 236 | 0 | 2 | 40 | 10 | 71 | 100 | 115 |
| Binary | 11101010 | 11100110 | 10011110 | 0 | 10 | 100000 | 1000 | 111001 | 1000000 | 1001101 |
Color Harmonies of #EAE69E
Complementary color
Monochromatic Colors of #EAE69E
Black with #EAE69E
Text Example
Text Example
White with #EAE69E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAE69E; }
p { color: rgb(234,230,158); }
H1.HeaderClassName
{
color: #EAE69E;
}
.AnyTagClassName
{
color: #EAE69E;
}
</style>
background-color css
<style>
a { background-color: #EAE69E; }
a { background-color: rgb(234,230,158); }
div.DivClassName
{
background-color: #EAE69E;
}
.BgClassName
{
background-color: #EAE69E;
}
</style>
border-color css
<style>
span { border-color: #EAE69E; }
span { border-color: rgb(234,230,158); }
td.TdClassName
{
border-color: #EAE69E;
}
.TagClassName
{
border-color: #EAE69E;
}
</style>