Shades of Golden Yellow #EEE901
Tints of Golden Yellow #EEE901
RGB
CMYK
RGB Variations
Color information
#EEE901 (or 0xEEE901) is known color: Golden Yellow. HEX triplet: EE, E9 and 01. RGB value is (238,233,1). Sum of RGB (Red+Green+Blue) = 238+233+1=472 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.42% from 472); Green value is 233 (91.41% from 255 or 49.36% from 472); Blue value is 1 (0.78% from 255 or 0.21% from 472); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE901 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EEE901 is #1116FE. Grayscale: #D0D0D0. Windows color (decimal): -1119999 or 125422. OLE color: 125422.
HSL color Cylindrical-coordinate representation of color #EEE901: hue angle of 58.73º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EEE901 is Cyan = 0, Magento = 0.02, Yellow = 1.00 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 233 | 1 | - |
| CMYK | 0 | 0.02 | 1.00 | 0.07 |
| HSL | 58.73º | 0.99% | 0.47% | - |
| HSV(B) | 58.73º | 1% | 0.93% | - |
| XYZ | 64.4 | 76.46 | 11.39 | - |
| YUV | 208.05 | 11.16 | 149.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 233 | 1 | 0 | 0.02 | 1.00 | 0.07 | 58.73 | 0.99 | 0.47 |
| Hex | EE | E9 | 1 | 0 | 2 | 64 | 7 | 3B | 63 | 2F |
| Octal | 356 | 351 | 1 | 0 | 2 | 144 | 7 | 73 | 143 | 57 |
| Binary | 11101110 | 11101001 | 1 | 0 | 10 | 1100100 | 111 | 111011 | 1100011 | 101111 |
Color Harmonies of #EEE901
Complementary color
Monochromatic Colors of #EEE901
Black with #EEE901
Text Example
Text Example
White with #EEE901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE901; }
p { color: rgb(238,233,1); }
H1.HeaderClassName
{
color: #EEE901;
}
.AnyTagClassName
{
color: #EEE901;
}
</style>
background-color css
<style>
a { background-color: #EEE901; }
a { background-color: rgb(238,233,1); }
div.DivClassName
{
background-color: #EEE901;
}
.BgClassName
{
background-color: #EEE901;
}
</style>
border-color css
<style>
span { border-color: #EEE901; }
span { border-color: rgb(238,233,1); }
td.TdClassName
{
border-color: #EEE901;
}
.TagClassName
{
border-color: #EEE901;
}
</style>