Shades of Light Goldenrod #EEE17D
Tints of Light Goldenrod #EEE17D
RGB
CMYK
RGB Variations
Color information
#EEE17D (or 0xEEE17D) is known color: Light Goldenrod. HEX triplet: EE, E1 and 7D. RGB value is (238,225,125). Sum of RGB (Red+Green+Blue) = 238+225+125=588 (77% of max value = 765). Red value is 238 (93.36% from 255 or 40.48% from 588); Green value is 225 (88.28% from 255 or 38.27% from 588); Blue value is 125 (49.22% from 255 or 21.26% from 588); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE17D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEE17D is #111E82. Grayscale: #D9D9D9. Windows color (decimal): -1121923 or 8249838. OLE color: 8249838.
HSL color Cylindrical-coordinate representation of color #EEE17D: hue angle of 53.1º degrees, saturation: 0.77, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EEE17D is Cyan = 0, Magento = 0.05, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 225 | 125 | - |
| CMYK | 0 | 0.05 | 0.47 | 0.07 |
| HSL | 53.1º | 0.77% | 0.71% | - |
| HSV(B) | 53.1º | 0.47% | 0.93% | - |
| XYZ | 65.89 | 73.51 | 30.12 | - |
| YUV | 217.49 | 75.81 | 142.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 225 | 125 | 0 | 0.05 | 0.47 | 0.07 | 53.1 | 0.77 | 0.71 |
| Hex | EE | E1 | 7D | 0 | 5 | 2F | 7 | 35 | 4D | 47 |
| Octal | 356 | 341 | 175 | 0 | 5 | 57 | 7 | 65 | 115 | 107 |
| Binary | 11101110 | 11100001 | 1111101 | 0 | 101 | 101111 | 111 | 110101 | 1001101 | 1000111 |
Color Harmonies of #EEE17D
Complementary color
Monochromatic Colors of #EEE17D
Black with #EEE17D
Text Example
Text Example
White with #EEE17D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE17D; }
p { color: rgb(238,225,125); }
H1.HeaderClassName
{
color: #EEE17D;
}
.AnyTagClassName
{
color: #EEE17D;
}
</style>
background-color css
<style>
a { background-color: #EEE17D; }
a { background-color: rgb(238,225,125); }
div.DivClassName
{
background-color: #EEE17D;
}
.BgClassName
{
background-color: #EEE17D;
}
</style>
border-color css
<style>
span { border-color: #EEE17D; }
span { border-color: rgb(238,225,125); }
td.TdClassName
{
border-color: #EEE17D;
}
.TagClassName
{
border-color: #EEE17D;
}
</style>