Shades of Selective Yellow #EEB301
Tints of Selective Yellow #EEB301
RGB
CMYK
RGB Variations
Color information
#EEB301 (or 0xEEB301) is known color: Selective Yellow. HEX triplet: EE, B3 and 01. RGB value is (238,179,1). Sum of RGB (Red+Green+Blue) = 238+179+1=418 (55% of max value = 765). Red value is 238 (93.36% from 255 or 56.94% from 418); Green value is 179 (70.31% from 255 or 42.82% from 418); Blue value is 1 (0.78% from 255 or 0.24% from 418); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB301 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EEB301 is #114CFE. Grayscale: #B1B1B1. Windows color (decimal): -1133823 or 111598. OLE color: 111598.
HSL color Cylindrical-coordinate representation of color #EEB301: hue angle of 45.06º 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 #EEB301 is Cyan = 0, Magento = 0.25, Yellow = 1.00 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 179 | 1 | - |
| CMYK | 0 | 0.25 | 1.00 | 0.07 |
| HSL | 45.06º | 0.99% | 0.47% | - |
| HSV(B) | 45.06º | 1% | 0.93% | - |
| XYZ | 51.39 | 50.42 | 7.05 | - |
| YUV | 176.35 | 29.05 | 171.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 179 | 1 | 0 | 0.25 | 1.00 | 0.07 | 45.06 | 0.99 | 0.47 |
| Hex | EE | B3 | 1 | 0 | 19 | 64 | 7 | 2D | 63 | 2F |
| Octal | 356 | 263 | 1 | 0 | 31 | 144 | 7 | 55 | 143 | 57 |
| Binary | 11101110 | 10110011 | 1 | 0 | 11001 | 1100100 | 111 | 101101 | 1100011 | 101111 |
Color Harmonies of #EEB301
Complementary color
Monochromatic Colors of #EEB301
Black with #EEB301
Text Example
Text Example
White with #EEB301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEB301; }
p { color: rgb(238,179,1); }
H1.HeaderClassName
{
color: #EEB301;
}
.AnyTagClassName
{
color: #EEB301;
}
</style>
background-color css
<style>
a { background-color: #EEB301; }
a { background-color: rgb(238,179,1); }
div.DivClassName
{
background-color: #EEB301;
}
.BgClassName
{
background-color: #EEB301;
}
</style>
border-color css
<style>
span { border-color: #EEB301; }
span { border-color: rgb(238,179,1); }
td.TdClassName
{
border-color: #EEB301;
}
.TagClassName
{
border-color: #EEB301;
}
</style>