Shades of Light Goldenrod #EEE17F
Tints of Light Goldenrod #EEE17F
RGB
CMYK
RGB Variations
Color information
#EEE17F (or 0xEEE17F) is known color: Light Goldenrod. HEX triplet: EE, E1 and 7F. RGB value is (238,225,127). Sum of RGB (Red+Green+Blue) = 238+225+127=590 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40.34% from 590); Green value is 225 (88.28% from 255 or 38.14% from 590); Blue value is 127 (50% from 255 or 21.53% from 590); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE17F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEE17F is #111E80. Grayscale: #DADADA. Windows color (decimal): -1121921 or 8380910. OLE color: 8380910.
HSL color Cylindrical-coordinate representation of color #EEE17F: hue angle of 52.97º degrees, saturation: 0.77, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EEE17F is Cyan = 0, Magento = 0.05, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 225 | 127 | - |
| CMYK | 0 | 0.05 | 0.47 | 0.07 |
| HSL | 52.97º | 0.77% | 0.72% | - |
| HSV(B) | 52.97º | 0.47% | 0.93% | - |
| XYZ | 66.02 | 73.56 | 30.8 | - |
| YUV | 217.72 | 76.81 | 142.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 225 | 127 | 0 | 0.05 | 0.47 | 0.07 | 52.97 | 0.77 | 0.72 |
| Hex | EE | E1 | 7F | 0 | 5 | 2F | 7 | 35 | 4D | 48 |
| Octal | 356 | 341 | 177 | 0 | 5 | 57 | 7 | 65 | 115 | 110 |
| Binary | 11101110 | 11100001 | 1111111 | 0 | 101 | 101111 | 111 | 110101 | 1001101 | 1001000 |
Color Harmonies of #EEE17F
Complementary color
Monochromatic Colors of #EEE17F
Black with #EEE17F
Text Example
Text Example
White with #EEE17F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE17F; }
p { color: rgb(238,225,127); }
H1.HeaderClassName
{
color: #EEE17F;
}
.AnyTagClassName
{
color: #EEE17F;
}
</style>
background-color css
<style>
a { background-color: #EEE17F; }
a { background-color: rgb(238,225,127); }
div.DivClassName
{
background-color: #EEE17F;
}
.BgClassName
{
background-color: #EEE17F;
}
</style>
border-color css
<style>
span { border-color: #EEE17F; }
span { border-color: rgb(238,225,127); }
td.TdClassName
{
border-color: #EEE17F;
}
.TagClassName
{
border-color: #EEE17F;
}
</style>