Shades of Pale Goldenrod #EAE6AD
Tints of Pale Goldenrod #EAE6AD
RGB
CMYK
RGB Variations
Color information
#EAE6AD (or 0xEAE6AD) is known color: Pale Goldenrod. HEX triplet: EA, E6 and AD. RGB value is (234,230,173). Sum of RGB (Red+Green+Blue) = 234+230+173=637 (84% of max value = 765). Red value is 234 (91.80% from 255 or 36.73% from 637); Green value is 230 (90.23% from 255 or 36.11% from 637); Blue value is 173 (67.97% from 255 or 27.16% from 637); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE6AD is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAE6AD is #151952. Grayscale: #E0E0E0. Windows color (decimal): -1382739 or 11396842. OLE color: 11396842.
HSL color Cylindrical-coordinate representation of color #EAE6AD: hue angle of 56.07º degrees, saturation: 0.59, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EAE6AD is Cyan = 0, Magento = 0.02, Yellow = 0.26 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 230 | 173 | - |
| CMYK | 0 | 0.02 | 0.26 | 0.08 |
| HSL | 56.07º | 0.59% | 0.8% | - |
| HSV(B) | 56.07º | 0.26% | 0.92% | - |
| XYZ | 69.77 | 77.1 | 50.74 | - |
| YUV | 224.7 | 98.83 | 134.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 230 | 173 | 0 | 0.02 | 0.26 | 0.08 | 56.07 | 0.59 | 0.8 |
| Hex | EA | E6 | AD | 0 | 2 | 1A | 8 | 38 | 3B | 50 |
| Octal | 352 | 346 | 255 | 0 | 2 | 32 | 10 | 70 | 73 | 120 |
| Binary | 11101010 | 11100110 | 10101101 | 0 | 10 | 11010 | 1000 | 111000 | 111011 | 1010000 |
Color Harmonies of #EAE6AD
Complementary color
Monochromatic Colors of #EAE6AD
Black with #EAE6AD
Text Example
Text Example
White with #EAE6AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAE6AD; }
p { color: rgb(234,230,173); }
H1.HeaderClassName
{
color: #EAE6AD;
}
.AnyTagClassName
{
color: #EAE6AD;
}
</style>
background-color css
<style>
a { background-color: #EAE6AD; }
a { background-color: rgb(234,230,173); }
div.DivClassName
{
background-color: #EAE6AD;
}
.BgClassName
{
background-color: #EAE6AD;
}
</style>
border-color css
<style>
span { border-color: #EAE6AD; }
span { border-color: rgb(234,230,173); }
td.TdClassName
{
border-color: #EAE6AD;
}
.TagClassName
{
border-color: #EAE6AD;
}
</style>