Shades of Pale Goldenrod #EEE69E
Tints of Pale Goldenrod #EEE69E
RGB
CMYK
RGB Variations
Color information
#EEE69E (or 0xEEE69E) is known color: Pale Goldenrod. HEX triplet: EE, E6 and 9E. RGB value is (238,230,158). Sum of RGB (Red+Green+Blue) = 238+230+158=626 (82% of max value = 765). Red value is 238 (93.36% from 255 or 38.02% from 626); Green value is 230 (90.23% from 255 or 36.74% from 626); Blue value is 158 (62.11% from 255 or 25.24% from 626); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE69E is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EEE69E is #111961. Grayscale: #E0E0E0. Windows color (decimal): -1120610 or 10413806. OLE color: 10413806.
HSL color Cylindrical-coordinate representation of color #EEE69E: hue angle of 54º degrees, saturation: 0.7, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EEE69E is Cyan = 0, Magento = 0.03, Yellow = 0.34 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 230 | 158 | - |
| CMYK | 0 | 0.03 | 0.34 | 0.07 |
| HSL | 54º | 0.7% | 0.78% | - |
| HSV(B) | 54º | 0.34% | 0.93% | - |
| XYZ | 69.73 | 77.24 | 43.58 | - |
| YUV | 224.18 | 90.65 | 137.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 230 | 158 | 0 | 0.03 | 0.34 | 0.07 | 54 | 0.7 | 0.78 |
| Hex | EE | E6 | 9E | 0 | 3 | 22 | 7 | 36 | 46 | 4E |
| Octal | 356 | 346 | 236 | 0 | 3 | 42 | 7 | 66 | 106 | 116 |
| Binary | 11101110 | 11100110 | 10011110 | 0 | 11 | 100010 | 111 | 110110 | 1000110 | 1001110 |
Color Harmonies of #EEE69E
Complementary color
Monochromatic Colors of #EEE69E
Black with #EEE69E
Text Example
Text Example
White with #EEE69E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE69E; }
p { color: rgb(238,230,158); }
H1.HeaderClassName
{
color: #EEE69E;
}
.AnyTagClassName
{
color: #EEE69E;
}
</style>
background-color css
<style>
a { background-color: #EEE69E; }
a { background-color: rgb(238,230,158); }
div.DivClassName
{
background-color: #EEE69E;
}
.BgClassName
{
background-color: #EEE69E;
}
</style>
border-color css
<style>
span { border-color: #EEE69E; }
span { border-color: rgb(238,230,158); }
td.TdClassName
{
border-color: #EEE69E;
}
.TagClassName
{
border-color: #EEE69E;
}
</style>