Shades of Golden Yellow #EEE101
Tints of Golden Yellow #EEE101
RGB
CMYK
RGB Variations
Color information
#EEE101 (or 0xEEE101) is known color: Golden Yellow. HEX triplet: EE, E1 and 01. RGB value is (238,225,1). Sum of RGB (Red+Green+Blue) = 238+225+1=464 (61% of max value = 765). Red value is 238 (93.36% from 255 or 51.29% from 464); Green value is 225 (88.28% from 255 or 48.49% from 464); Blue value is 1 (0.78% from 255 or 0.22% from 464); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE101 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EEE101 is #111EFE. Grayscale: #CCCCCC. Windows color (decimal): -1122047 or 123374. OLE color: 123374.
HSL color Cylindrical-coordinate representation of color #EEE101: hue angle of 56.71º 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 #EEE101 is Cyan = 0, Magento = 0.05, Yellow = 1.00 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 225 | 1 | - |
| CMYK | 0 | 0.05 | 1.00 | 0.07 |
| HSL | 56.71º | 0.99% | 0.47% | - |
| HSV(B) | 56.71º | 1% | 0.93% | - |
| XYZ | 62.19 | 72.03 | 10.65 | - |
| YUV | 203.35 | 13.81 | 152.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 225 | 1 | 0 | 0.05 | 1.00 | 0.07 | 56.71 | 0.99 | 0.47 |
| Hex | EE | E1 | 1 | 0 | 5 | 64 | 7 | 39 | 63 | 2F |
| Octal | 356 | 341 | 1 | 0 | 5 | 144 | 7 | 71 | 143 | 57 |
| Binary | 11101110 | 11100001 | 1 | 0 | 101 | 1100100 | 111 | 111001 | 1100011 | 101111 |
Color Harmonies of #EEE101
Complementary color
Monochromatic Colors of #EEE101
Black with #EEE101
Text Example
Text Example
White with #EEE101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE101; }
p { color: rgb(238,225,1); }
H1.HeaderClassName
{
color: #EEE101;
}
.AnyTagClassName
{
color: #EEE101;
}
</style>
background-color css
<style>
a { background-color: #EEE101; }
a { background-color: rgb(238,225,1); }
div.DivClassName
{
background-color: #EEE101;
}
.BgClassName
{
background-color: #EEE101;
}
</style>
border-color css
<style>
span { border-color: #EEE101; }
span { border-color: rgb(238,225,1); }
td.TdClassName
{
border-color: #EEE101;
}
.TagClassName
{
border-color: #EEE101;
}
</style>