Shades of Light Goldenrod #EEE082
Tints of Light Goldenrod #EEE082
RGB
CMYK
RGB Variations
Color information
#EEE082 (or 0xEEE082) is known color: Light Goldenrod. HEX triplet: EE, E0 and 82. RGB value is (238,224,130). Sum of RGB (Red+Green+Blue) = 238+224+130=592 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40.20% from 592); Green value is 224 (87.89% from 255 or 37.84% from 592); Blue value is 130 (51.17% from 255 or 21.96% from 592); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE082 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEE082 is #111F7D. Grayscale: #D9D9D9. Windows color (decimal): -1122174 or 8577262. OLE color: 8577262.
HSL color Cylindrical-coordinate representation of color #EEE082: hue angle of 52.22º degrees, saturation: 0.76, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EEE082 is Cyan = 0, Magento = 0.06, Yellow = 0.45 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 224 | 130 | - |
| CMYK | 0 | 0.06 | 0.45 | 0.07 |
| HSL | 52.22º | 0.76% | 0.72% | - |
| HSV(B) | 52.22º | 0.45% | 0.93% | - |
| XYZ | 65.94 | 73.1 | 31.75 | - |
| YUV | 217.47 | 78.64 | 142.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 224 | 130 | 0 | 0.06 | 0.45 | 0.07 | 52.22 | 0.76 | 0.72 |
| Hex | EE | E0 | 82 | 0 | 6 | 2D | 7 | 34 | 4C | 48 |
| Octal | 356 | 340 | 202 | 0 | 6 | 55 | 7 | 64 | 114 | 110 |
| Binary | 11101110 | 11100000 | 10000010 | 0 | 110 | 101101 | 111 | 110100 | 1001100 | 1001000 |
Color Harmonies of #EEE082
Complementary color
Monochromatic Colors of #EEE082
Black with #EEE082
Text Example
Text Example
White with #EEE082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE082; }
p { color: rgb(238,224,130); }
H1.HeaderClassName
{
color: #EEE082;
}
.AnyTagClassName
{
color: #EEE082;
}
</style>
background-color css
<style>
a { background-color: #EEE082; }
a { background-color: rgb(238,224,130); }
div.DivClassName
{
background-color: #EEE082;
}
.BgClassName
{
background-color: #EEE082;
}
</style>
border-color css
<style>
span { border-color: #EEE082; }
span { border-color: rgb(238,224,130); }
td.TdClassName
{
border-color: #EEE082;
}
.TagClassName
{
border-color: #EEE082;
}
</style>