Shades of Selective Yellow #EEB205
Tints of Selective Yellow #EEB205
RGB
CMYK
RGB Variations
Color information
#EEB205 (or 0xEEB205) is known color: Selective Yellow. HEX triplet: EE, B2 and 05. RGB value is (238,178,5). Sum of RGB (Red+Green+Blue) = 238+178+5=421 (55% of max value = 765). Red value is 238 (93.36% from 255 or 56.53% from 421); Green value is 178 (69.92% from 255 or 42.28% from 421); Blue value is 5 (2.34% from 255 or 1.19% from 421); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB205 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EEB205 is #114DFA. Grayscale: #B0B0B0. Windows color (decimal): -1134075 or 373486. OLE color: 373486.
HSL color Cylindrical-coordinate representation of color #EEB205: hue angle of 44.55º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EEB205 is Cyan = 0, Magento = 0.25, Yellow = 0.98 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 178 | 5 | - |
| CMYK | 0 | 0.25 | 0.98 | 0.07 |
| HSL | 44.55º | 0.96% | 0.48% | - |
| HSV(B) | 44.55º | 0.98% | 0.93% | - |
| XYZ | 51.21 | 50.03 | 7.1 | - |
| YUV | 176.22 | 31.38 | 172.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 178 | 5 | 0 | 0.25 | 0.98 | 0.07 | 44.55 | 0.96 | 0.48 |
| Hex | EE | B2 | 5 | 0 | 19 | 62 | 7 | 2D | 60 | 30 |
| Octal | 356 | 262 | 5 | 0 | 31 | 142 | 7 | 55 | 140 | 60 |
| Binary | 11101110 | 10110010 | 101 | 0 | 11001 | 1100010 | 111 | 101101 | 1100000 | 110000 |
Color Harmonies of #EEB205
Complementary color
Monochromatic Colors of #EEB205
Black with #EEB205
Text Example
Text Example
White with #EEB205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEB205; }
p { color: rgb(238,178,5); }
H1.HeaderClassName
{
color: #EEB205;
}
.AnyTagClassName
{
color: #EEB205;
}
</style>
background-color css
<style>
a { background-color: #EEB205; }
a { background-color: rgb(238,178,5); }
div.DivClassName
{
background-color: #EEB205;
}
.BgClassName
{
background-color: #EEB205;
}
</style>
border-color css
<style>
span { border-color: #EEB205; }
span { border-color: rgb(238,178,5); }
td.TdClassName
{
border-color: #EEB205;
}
.TagClassName
{
border-color: #EEB205;
}
</style>