Shades of Golden Yellow #EEE201
Tints of Golden Yellow #EEE201
RGB
CMYK
RGB Variations
Color information
#EEE201 (or 0xEEE201) is known color: Golden Yellow. HEX triplet: EE, E2 and 01. RGB value is (238,226,1). Sum of RGB (Red+Green+Blue) = 238+226+1=465 (61% of max value = 765). Red value is 238 (93.36% from 255 or 51.18% from 465); Green value is 226 (88.67% from 255 or 48.60% from 465); Blue value is 1 (0.78% from 255 or 0.22% from 465); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE201 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EEE201 is #111DFE. Grayscale: #CCCCCC. Windows color (decimal): -1121791 or 123630. OLE color: 123630.
HSL color Cylindrical-coordinate representation of color #EEE201: hue angle of 56.96º 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 #EEE201 is Cyan = 0, Magento = 0.05, Yellow = 1.00 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 226 | 1 | - |
| CMYK | 0 | 0.05 | 1.00 | 0.07 |
| HSL | 56.96º | 0.99% | 0.47% | - |
| HSV(B) | 56.96º | 1% | 0.93% | - |
| XYZ | 62.46 | 72.57 | 10.74 | - |
| YUV | 203.94 | 13.48 | 152.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 226 | 1 | 0 | 0.05 | 1.00 | 0.07 | 56.96 | 0.99 | 0.47 |
| Hex | EE | E2 | 1 | 0 | 5 | 64 | 7 | 39 | 63 | 2F |
| Octal | 356 | 342 | 1 | 0 | 5 | 144 | 7 | 71 | 143 | 57 |
| Binary | 11101110 | 11100010 | 1 | 0 | 101 | 1100100 | 111 | 111001 | 1100011 | 101111 |
Color Harmonies of #EEE201
Complementary color
Monochromatic Colors of #EEE201
Black with #EEE201
Text Example
Text Example
White with #EEE201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE201; }
p { color: rgb(238,226,1); }
H1.HeaderClassName
{
color: #EEE201;
}
.AnyTagClassName
{
color: #EEE201;
}
</style>
background-color css
<style>
a { background-color: #EEE201; }
a { background-color: rgb(238,226,1); }
div.DivClassName
{
background-color: #EEE201;
}
.BgClassName
{
background-color: #EEE201;
}
</style>
border-color css
<style>
span { border-color: #EEE201; }
span { border-color: rgb(238,226,1); }
td.TdClassName
{
border-color: #EEE201;
}
.TagClassName
{
border-color: #EEE201;
}
</style>