Shades of Pale Goldenrod #EAE6A6
Tints of Pale Goldenrod #EAE6A6
RGB
CMYK
RGB Variations
Color information
#EAE6A6 (or 0xEAE6A6) is known color: Pale Goldenrod. HEX triplet: EA, E6 and A6. RGB value is (234,230,166). Sum of RGB (Red+Green+Blue) = 234+230+166=630 (83% of max value = 765). Red value is 234 (91.80% from 255 or 37.14% from 630); Green value is 230 (90.23% from 255 or 36.51% from 630); Blue value is 166 (65.23% from 255 or 26.35% from 630); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE6A6 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAE6A6 is #151959. Grayscale: #E0E0E0. Windows color (decimal): -1382746 or 10938090. OLE color: 10938090.
HSL color Cylindrical-coordinate representation of color #EAE6A6: hue angle of 56.47º degrees, saturation: 0.62, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EAE6A6 is Cyan = 0, Magento = 0.02, Yellow = 0.29 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 230 | 166 | - |
| CMYK | 0 | 0.02 | 0.29 | 0.08 |
| HSL | 56.47º | 0.62% | 0.78% | - |
| HSV(B) | 56.47º | 0.29% | 0.92% | - |
| XYZ | 69.11 | 76.84 | 47.27 | - |
| YUV | 223.9 | 95.33 | 135.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 230 | 166 | 0 | 0.02 | 0.29 | 0.08 | 56.47 | 0.62 | 0.78 |
| Hex | EA | E6 | A6 | 0 | 2 | 1D | 8 | 38 | 3E | 4E |
| Octal | 352 | 346 | 246 | 0 | 2 | 35 | 10 | 70 | 76 | 116 |
| Binary | 11101010 | 11100110 | 10100110 | 0 | 10 | 11101 | 1000 | 111000 | 111110 | 1001110 |
Color Harmonies of #EAE6A6
Complementary color
Monochromatic Colors of #EAE6A6
Black with #EAE6A6
Text Example
Text Example
White with #EAE6A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAE6A6; }
p { color: rgb(234,230,166); }
H1.HeaderClassName
{
color: #EAE6A6;
}
.AnyTagClassName
{
color: #EAE6A6;
}
</style>
background-color css
<style>
a { background-color: #EAE6A6; }
a { background-color: rgb(234,230,166); }
div.DivClassName
{
background-color: #EAE6A6;
}
.BgClassName
{
background-color: #EAE6A6;
}
</style>
border-color css
<style>
span { border-color: #EAE6A6; }
span { border-color: rgb(234,230,166); }
td.TdClassName
{
border-color: #EAE6A6;
}
.TagClassName
{
border-color: #EAE6A6;
}
</style>