Shades of Selective Yellow #EEB408
Tints of Selective Yellow #EEB408
RGB
CMYK
RGB Variations
Color information
#EEB408 (or 0xEEB408) is known color: Selective Yellow. HEX triplet: EE, B4 and 08. RGB value is (238,180,8). Sum of RGB (Red+Green+Blue) = 238+180+8=426 (56% of max value = 765). Red value is 238 (93.36% from 255 or 55.87% from 426); Green value is 180 (70.70% from 255 or 42.25% from 426); Blue value is 8 (3.52% from 255 or 1.88% from 426); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB408 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EEB408 is #114BF7. Grayscale: #B2B2B2. Windows color (decimal): -1133560 or 570606. OLE color: 570606.
HSL color Cylindrical-coordinate representation of color #EEB408: hue angle of 44.87º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EEB408 is Cyan = 0, Magento = 0.24, Yellow = 0.97 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 180 | 8 | - |
| CMYK | 0 | 0.24 | 0.97 | 0.07 |
| HSL | 44.87º | 0.93% | 0.48% | - |
| HSV(B) | 44.87º | 0.97% | 0.93% | - |
| XYZ | 51.62 | 50.84 | 7.32 | - |
| YUV | 177.73 | 32.22 | 170.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 180 | 8 | 0 | 0.24 | 0.97 | 0.07 | 44.87 | 0.93 | 0.48 |
| Hex | EE | B4 | 8 | 0 | 18 | 61 | 7 | 2D | 5D | 30 |
| Octal | 356 | 264 | 10 | 0 | 30 | 141 | 7 | 55 | 135 | 60 |
| Binary | 11101110 | 10110100 | 1000 | 0 | 11000 | 1100001 | 111 | 101101 | 1011101 | 110000 |
Color Harmonies of #EEB408
Complementary color
Monochromatic Colors of #EEB408
Black with #EEB408
Text Example
Text Example
White with #EEB408
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEB408; }
p { color: rgb(238,180,8); }
H1.HeaderClassName
{
color: #EEB408;
}
.AnyTagClassName
{
color: #EEB408;
}
</style>
background-color css
<style>
a { background-color: #EEB408; }
a { background-color: rgb(238,180,8); }
div.DivClassName
{
background-color: #EEB408;
}
.BgClassName
{
background-color: #EEB408;
}
</style>
border-color css
<style>
span { border-color: #EEB408; }
span { border-color: rgb(238,180,8); }
td.TdClassName
{
border-color: #EEB408;
}
.TagClassName
{
border-color: #EEB408;
}
</style>