Shades of Selective Yellow #EEB501
Tints of Selective Yellow #EEB501
RGB
CMYK
RGB Variations
Color information
#EEB501 (or 0xEEB501) is known color: Selective Yellow. HEX triplet: EE, B5 and 01. RGB value is (238,181,1). Sum of RGB (Red+Green+Blue) = 238+181+1=420 (55% of max value = 765). Red value is 238 (93.36% from 255 or 56.67% from 420); Green value is 181 (71.09% from 255 or 43.10% from 420); Blue value is 1 (0.78% from 255 or 0.24% from 420); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB501 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EEB501 is #114AFE. Grayscale: #B2B2B2. Windows color (decimal): -1133311 or 112110. OLE color: 112110.
HSL color Cylindrical-coordinate representation of color #EEB501: hue angle of 45.57º 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 #EEB501 is Cyan = 0, Magento = 0.24, Yellow = 1.00 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 181 | 1 | - |
| CMYK | 0 | 0.24 | 1.00 | 0.07 |
| HSL | 45.57º | 0.99% | 0.47% | - |
| HSV(B) | 45.57º | 1% | 0.93% | - |
| XYZ | 51.79 | 51.23 | 7.19 | - |
| YUV | 177.52 | 28.38 | 171.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 181 | 1 | 0 | 0.24 | 1.00 | 0.07 | 45.57 | 0.99 | 0.47 |
| Hex | EE | B5 | 1 | 0 | 18 | 64 | 7 | 2E | 63 | 2F |
| Octal | 356 | 265 | 1 | 0 | 30 | 144 | 7 | 56 | 143 | 57 |
| Binary | 11101110 | 10110101 | 1 | 0 | 11000 | 1100100 | 111 | 101110 | 1100011 | 101111 |
Color Harmonies of #EEB501
Complementary color
Monochromatic Colors of #EEB501
Black with #EEB501
Text Example
Text Example
White with #EEB501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEB501; }
p { color: rgb(238,181,1); }
H1.HeaderClassName
{
color: #EEB501;
}
.AnyTagClassName
{
color: #EEB501;
}
</style>
background-color css
<style>
a { background-color: #EEB501; }
a { background-color: rgb(238,181,1); }
div.DivClassName
{
background-color: #EEB501;
}
.BgClassName
{
background-color: #EEB501;
}
</style>
border-color css
<style>
span { border-color: #EEB501; }
span { border-color: rgb(238,181,1); }
td.TdClassName
{
border-color: #EEB501;
}
.TagClassName
{
border-color: #EEB501;
}
</style>