Shades of Selective Yellow #EEB200
Tints of Selective Yellow #EEB200
RGB
CMYK
RGB Variations
Color information
#EEB200 (or 0xEEB200) is known color: Selective Yellow. HEX triplet: EE, B2 and 00. RGB value is (238,178,0). Sum of RGB (Red+Green+Blue) = 238+178+0=416 (55% of max value = 765). Red value is 238 (93.36% from 255 or 57.21% from 416); Green value is 178 (69.92% from 255 or 42.79% from 416); Blue value is 0 (0.39% from 255 or 0% from 416); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB200 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EEB200 is #114DFF. Grayscale: #B0B0B0. Windows color (decimal): -1134080 or 45806. OLE color: 45806.
HSL color Cylindrical-coordinate representation of color #EEB200: hue angle of 44.87º 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 #EEB200 is Cyan = 0, Magento = 0.25, Yellow = 1 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 178 | 0 | - |
| CMYK | 0 | 0.25 | 1 | 0.07 |
| HSL | 44.87º | 1% | 0.47% | - |
| HSV(B) | 44.87º | 1% | 0.93% | - |
| XYZ | 51.18 | 50.02 | 6.96 | - |
| YUV | 175.65 | 28.88 | 172.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 178 | 0 | 0 | 0.25 | 1 | 0.07 | 44.87 | 1 | 0.47 |
| Hex | EE | B2 | 0 | 0 | 19 | 64 | 7 | 2D | 64 | 2F |
| Octal | 356 | 262 | 0 | 0 | 31 | 144 | 7 | 55 | 144 | 57 |
| Binary | 11101110 | 10110010 | 0 | 0 | 11001 | 1100100 | 111 | 101101 | 1100100 | 101111 |
Color Harmonies of #EEB200
Complementary color
Monochromatic Colors of #EEB200
Black with #EEB200
Text Example
Text Example
White with #EEB200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEB200; }
p { color: rgb(238,178,0); }
H1.HeaderClassName
{
color: #EEB200;
}
.AnyTagClassName
{
color: #EEB200;
}
</style>
background-color css
<style>
a { background-color: #EEB200; }
a { background-color: rgb(238,178,0); }
div.DivClassName
{
background-color: #EEB200;
}
.BgClassName
{
background-color: #EEB200;
}
</style>
border-color css
<style>
span { border-color: #EEB200; }
span { border-color: rgb(238,178,0); }
td.TdClassName
{
border-color: #EEB200;
}
.TagClassName
{
border-color: #EEB200;
}
</style>