Shades of Golden Yellow #EEE301
Tints of Golden Yellow #EEE301
RGB
CMYK
RGB Variations
Color information
#EEE301 (or 0xEEE301) is known color: Golden Yellow. HEX triplet: EE, E3 and 01. RGB value is (238,227,1). Sum of RGB (Red+Green+Blue) = 238+227+1=466 (61% of max value = 765). Red value is 238 (93.36% from 255 or 51.07% from 466); Green value is 227 (89.06% from 255 or 48.71% from 466); Blue value is 1 (0.78% from 255 or 0.21% from 466); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE301 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EEE301 is #111CFE. Grayscale: #CDCDCD. Windows color (decimal): -1121535 or 123886. OLE color: 123886.
HSL color Cylindrical-coordinate representation of color #EEE301: hue angle of 57.22º 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 #EEE301 is Cyan = 0, Magento = 0.05, Yellow = 1.00 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 227 | 1 | - |
| CMYK | 0 | 0.05 | 1.00 | 0.07 |
| HSL | 57.22º | 0.99% | 0.47% | - |
| HSV(B) | 57.22º | 1% | 0.93% | - |
| XYZ | 62.73 | 73.12 | 10.84 | - |
| YUV | 204.53 | 13.14 | 151.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 227 | 1 | 0 | 0.05 | 1.00 | 0.07 | 57.22 | 0.99 | 0.47 |
| Hex | EE | E3 | 1 | 0 | 5 | 64 | 7 | 39 | 63 | 2F |
| Octal | 356 | 343 | 1 | 0 | 5 | 144 | 7 | 71 | 143 | 57 |
| Binary | 11101110 | 11100011 | 1 | 0 | 101 | 1100100 | 111 | 111001 | 1100011 | 101111 |
Color Harmonies of #EEE301
Complementary color
Monochromatic Colors of #EEE301
Black with #EEE301
Text Example
Text Example
White with #EEE301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE301; }
p { color: rgb(238,227,1); }
H1.HeaderClassName
{
color: #EEE301;
}
.AnyTagClassName
{
color: #EEE301;
}
</style>
background-color css
<style>
a { background-color: #EEE301; }
a { background-color: rgb(238,227,1); }
div.DivClassName
{
background-color: #EEE301;
}
.BgClassName
{
background-color: #EEE301;
}
</style>
border-color css
<style>
span { border-color: #EEE301; }
span { border-color: rgb(238,227,1); }
td.TdClassName
{
border-color: #EEE301;
}
.TagClassName
{
border-color: #EEE301;
}
</style>