Shades of Golden Yellow #EEE300
Tints of Golden Yellow #EEE300
RGB
CMYK
RGB Variations
Color information
#EEE300 (or 0xEEE300) is known color: Golden Yellow. HEX triplet: EE, E3 and 00. RGB value is (238,227,0). Sum of RGB (Red+Green+Blue) = 238+227+0=465 (61% of max value = 765). Red value is 238 (93.36% from 255 or 51.18% from 465); Green value is 227 (89.06% from 255 or 48.82% from 465); Blue value is 0 (0.39% from 255 or 0% from 465); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE300 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EEE300 is #111CFF. Grayscale: #CDCDCD. Windows color (decimal): -1121536 or 58350. OLE color: 58350.
HSL color Cylindrical-coordinate representation of color #EEE300: hue angle of 57.23º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EEE300 is Cyan = 0, Magento = 0.05, Yellow = 1 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 227 | 0 | - |
| CMYK | 0 | 0.05 | 1 | 0.07 |
| HSL | 57.23º | 1% | 0.47% | - |
| HSV(B) | 57.23º | 1% | 0.93% | - |
| XYZ | 62.73 | 73.12 | 10.81 | - |
| YUV | 204.41 | 12.64 | 151.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 227 | 0 | 0 | 0.05 | 1 | 0.07 | 57.23 | 1 | 0.47 |
| Hex | EE | E3 | 0 | 0 | 5 | 64 | 7 | 39 | 64 | 2F |
| Octal | 356 | 343 | 0 | 0 | 5 | 144 | 7 | 71 | 144 | 57 |
| Binary | 11101110 | 11100011 | 0 | 0 | 101 | 1100100 | 111 | 111001 | 1100100 | 101111 |
Color Harmonies of #EEE300
Complementary color
Monochromatic Colors of #EEE300
Black with #EEE300
Text Example
Text Example
White with #EEE300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE300; }
p { color: rgb(238,227,0); }
H1.HeaderClassName
{
color: #EEE300;
}
.AnyTagClassName
{
color: #EEE300;
}
</style>
background-color css
<style>
a { background-color: #EEE300; }
a { background-color: rgb(238,227,0); }
div.DivClassName
{
background-color: #EEE300;
}
.BgClassName
{
background-color: #EEE300;
}
</style>
border-color css
<style>
span { border-color: #EEE300; }
span { border-color: rgb(238,227,0); }
td.TdClassName
{
border-color: #EEE300;
}
.TagClassName
{
border-color: #EEE300;
}
</style>