Shades of Selective Yellow #EEB500
Tints of Selective Yellow #EEB500
RGB
CMYK
RGB Variations
Color information
#EEB500 (or 0xEEB500) is known color: Selective Yellow. HEX triplet: EE, B5 and 00. RGB value is (238,181,0). Sum of RGB (Red+Green+Blue) = 238+181+0=419 (55% of max value = 765). Red value is 238 (93.36% from 255 or 56.80% from 419); Green value is 181 (71.09% from 255 or 43.20% from 419); Blue value is 0 (0.39% from 255 or 0% from 419); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB500 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EEB500 is #114AFF. Grayscale: #B2B2B2. Windows color (decimal): -1133312 or 46574. OLE color: 46574.
HSL color Cylindrical-coordinate representation of color #EEB500: hue angle of 45.63º 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 #EEB500 is Cyan = 0, Magento = 0.24, Yellow = 1 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 181 | 0 | - |
| CMYK | 0 | 0.24 | 1 | 0.07 |
| HSL | 45.63º | 1% | 0.47% | - |
| HSV(B) | 45.63º | 1% | 0.93% | - |
| XYZ | 51.78 | 51.22 | 7.16 | - |
| YUV | 177.41 | 27.88 | 171.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 181 | 0 | 0 | 0.24 | 1 | 0.07 | 45.63 | 1 | 0.47 |
| Hex | EE | B5 | 0 | 0 | 18 | 64 | 7 | 2E | 64 | 2F |
| Octal | 356 | 265 | 0 | 0 | 30 | 144 | 7 | 56 | 144 | 57 |
| Binary | 11101110 | 10110101 | 0 | 0 | 11000 | 1100100 | 111 | 101110 | 1100100 | 101111 |
Color Harmonies of #EEB500
Complementary color
Monochromatic Colors of #EEB500
Black with #EEB500
Text Example
Text Example
White with #EEB500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEB500; }
p { color: rgb(238,181,0); }
H1.HeaderClassName
{
color: #EEB500;
}
.AnyTagClassName
{
color: #EEB500;
}
</style>
background-color css
<style>
a { background-color: #EEB500; }
a { background-color: rgb(238,181,0); }
div.DivClassName
{
background-color: #EEB500;
}
.BgClassName
{
background-color: #EEB500;
}
</style>
border-color css
<style>
span { border-color: #EEB500; }
span { border-color: rgb(238,181,0); }
td.TdClassName
{
border-color: #EEB500;
}
.TagClassName
{
border-color: #EEB500;
}
</style>