Shades of Selective Yellow #EEB105
Tints of Selective Yellow #EEB105
RGB
CMYK
RGB Variations
Color information
#EEB105 (or 0xEEB105) is known color: Selective Yellow. HEX triplet: EE, B1 and 05. RGB value is (238,177,5). Sum of RGB (Red+Green+Blue) = 238+177+5=420 (55% of max value = 765). Red value is 238 (93.36% from 255 or 56.67% from 420); Green value is 177 (69.53% from 255 or 42.14% from 420); Blue value is 5 (2.34% from 255 or 1.19% from 420); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB105 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EEB105 is #114EFA. Grayscale: #B0B0B0. Windows color (decimal): -1134331 or 373230. OLE color: 373230.
HSL color Cylindrical-coordinate representation of color #EEB105: hue angle of 44.29º 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 #EEB105 is Cyan = 0, Magento = 0.26, Yellow = 0.98 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 177 | 5 | - |
| CMYK | 0 | 0.26 | 0.98 | 0.07 |
| HSL | 44.29º | 0.96% | 0.48% | - |
| HSV(B) | 44.29º | 0.98% | 0.93% | - |
| XYZ | 51.01 | 49.63 | 7.04 | - |
| YUV | 175.63 | 31.71 | 172.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 177 | 5 | 0 | 0.26 | 0.98 | 0.07 | 44.29 | 0.96 | 0.48 |
| Hex | EE | B1 | 5 | 0 | 1A | 62 | 7 | 2C | 60 | 30 |
| Octal | 356 | 261 | 5 | 0 | 32 | 142 | 7 | 54 | 140 | 60 |
| Binary | 11101110 | 10110001 | 101 | 0 | 11010 | 1100010 | 111 | 101100 | 1100000 | 110000 |
Color Harmonies of #EEB105
Complementary color
Monochromatic Colors of #EEB105
Black with #EEB105
Text Example
Text Example
White with #EEB105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEB105; }
p { color: rgb(238,177,5); }
H1.HeaderClassName
{
color: #EEB105;
}
.AnyTagClassName
{
color: #EEB105;
}
</style>
background-color css
<style>
a { background-color: #EEB105; }
a { background-color: rgb(238,177,5); }
div.DivClassName
{
background-color: #EEB105;
}
.BgClassName
{
background-color: #EEB105;
}
</style>
border-color css
<style>
span { border-color: #EEB105; }
span { border-color: rgb(238,177,5); }
td.TdClassName
{
border-color: #EEB105;
}
.TagClassName
{
border-color: #EEB105;
}
</style>