Shades of Selective Yellow #EEB403
Tints of Selective Yellow #EEB403
RGB
CMYK
RGB Variations
Color information
#EEB403 (or 0xEEB403) is known color: Selective Yellow. HEX triplet: EE, B4 and 03. RGB value is (238,180,3). Sum of RGB (Red+Green+Blue) = 238+180+3=421 (55% of max value = 765). Red value is 238 (93.36% from 255 or 56.53% from 421); Green value is 180 (70.70% from 255 or 42.76% from 421); Blue value is 3 (1.56% from 255 or 0.71% from 421); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB403 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EEB403 is #114BFC. Grayscale: #B1B1B1. Windows color (decimal): -1133565 or 242926. OLE color: 242926.
HSL color Cylindrical-coordinate representation of color #EEB403: hue angle of 45.19º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EEB403 is Cyan = 0, Magento = 0.24, Yellow = 0.99 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 180 | 3 | - |
| CMYK | 0 | 0.24 | 0.99 | 0.07 |
| HSL | 45.19º | 0.98% | 0.47% | - |
| HSV(B) | 45.19º | 0.99% | 0.93% | - |
| XYZ | 51.6 | 50.83 | 7.18 | - |
| YUV | 177.16 | 29.72 | 171.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 180 | 3 | 0 | 0.24 | 0.99 | 0.07 | 45.19 | 0.98 | 0.47 |
| Hex | EE | B4 | 3 | 0 | 18 | 63 | 7 | 2D | 62 | 2F |
| Octal | 356 | 264 | 3 | 0 | 30 | 143 | 7 | 55 | 142 | 57 |
| Binary | 11101110 | 10110100 | 11 | 0 | 11000 | 1100011 | 111 | 101101 | 1100010 | 101111 |
Color Harmonies of #EEB403
Complementary color
Monochromatic Colors of #EEB403
Black with #EEB403
Text Example
Text Example
White with #EEB403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEB403; }
p { color: rgb(238,180,3); }
H1.HeaderClassName
{
color: #EEB403;
}
.AnyTagClassName
{
color: #EEB403;
}
</style>
background-color css
<style>
a { background-color: #EEB403; }
a { background-color: rgb(238,180,3); }
div.DivClassName
{
background-color: #EEB403;
}
.BgClassName
{
background-color: #EEB403;
}
</style>
border-color css
<style>
span { border-color: #EEB403; }
span { border-color: rgb(238,180,3); }
td.TdClassName
{
border-color: #EEB403;
}
.TagClassName
{
border-color: #EEB403;
}
</style>