Shades of Selective Yellow #EEB400
Tints of Selective Yellow #EEB400
RGB
CMYK
RGB Variations
Color information
#EEB400 (or 0xEEB400) is known color: Selective Yellow. HEX triplet: EE, B4 and 00. RGB value is (238,180,0). Sum of RGB (Red+Green+Blue) = 238+180+0=418 (55% of max value = 765). Red value is 238 (93.36% from 255 or 56.94% from 418); Green value is 180 (70.70% from 255 or 43.06% from 418); Blue value is 0 (0.39% from 255 or 0% from 418); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB400 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EEB400 is #114BFF. Grayscale: #B1B1B1. Windows color (decimal): -1133568 or 46318. OLE color: 46318.
HSL color Cylindrical-coordinate representation of color #EEB400: hue angle of 45.38º 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 #EEB400 is Cyan = 0, Magento = 0.24, Yellow = 1 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 180 | 0 | - |
| CMYK | 0 | 0.24 | 1 | 0.07 |
| HSL | 45.38º | 1% | 0.47% | - |
| HSV(B) | 45.38º | 1% | 0.93% | - |
| XYZ | 51.58 | 50.82 | 7.09 | - |
| YUV | 176.82 | 28.22 | 171.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 180 | 0 | 0 | 0.24 | 1 | 0.07 | 45.38 | 1 | 0.47 |
| Hex | EE | B4 | 0 | 0 | 18 | 64 | 7 | 2D | 64 | 2F |
| Octal | 356 | 264 | 0 | 0 | 30 | 144 | 7 | 55 | 144 | 57 |
| Binary | 11101110 | 10110100 | 0 | 0 | 11000 | 1100100 | 111 | 101101 | 1100100 | 101111 |
Color Harmonies of #EEB400
Complementary color
Monochromatic Colors of #EEB400
Black with #EEB400
Text Example
Text Example
White with #EEB400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEB400; }
p { color: rgb(238,180,0); }
H1.HeaderClassName
{
color: #EEB400;
}
.AnyTagClassName
{
color: #EEB400;
}
</style>
background-color css
<style>
a { background-color: #EEB400; }
a { background-color: rgb(238,180,0); }
div.DivClassName
{
background-color: #EEB400;
}
.BgClassName
{
background-color: #EEB400;
}
</style>
border-color css
<style>
span { border-color: #EEB400; }
span { border-color: rgb(238,180,0); }
td.TdClassName
{
border-color: #EEB400;
}
.TagClassName
{
border-color: #EEB400;
}
</style>