Shades of Selective Yellow #EEB605
Tints of Selective Yellow #EEB605
RGB
CMYK
RGB Variations
Color information
#EEB605 (or 0xEEB605) is known color: Selective Yellow. HEX triplet: EE, B6 and 05. RGB value is (238,182,5). Sum of RGB (Red+Green+Blue) = 238+182+5=425 (56% of max value = 765). Red value is 238 (93.36% from 255 or 56% from 425); Green value is 182 (71.48% from 255 or 42.82% from 425); Blue value is 5 (2.34% from 255 or 1.18% from 425); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB605 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EEB605 is #1149FA. Grayscale: #B3B3B3. Windows color (decimal): -1133051 or 374510. OLE color: 374510.
HSL color Cylindrical-coordinate representation of color #EEB605: hue angle of 45.58º 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 #EEB605 is Cyan = 0, Magento = 0.24, Yellow = 0.98 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 182 | 5 | - |
| CMYK | 0 | 0.24 | 0.98 | 0.07 |
| HSL | 45.58º | 0.96% | 0.48% | - |
| HSV(B) | 45.58º | 0.98% | 0.93% | - |
| XYZ | 52.02 | 51.64 | 7.37 | - |
| YUV | 178.57 | 30.05 | 170.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 182 | 5 | 0 | 0.24 | 0.98 | 0.07 | 45.58 | 0.96 | 0.48 |
| Hex | EE | B6 | 5 | 0 | 18 | 62 | 7 | 2E | 60 | 30 |
| Octal | 356 | 266 | 5 | 0 | 30 | 142 | 7 | 56 | 140 | 60 |
| Binary | 11101110 | 10110110 | 101 | 0 | 11000 | 1100010 | 111 | 101110 | 1100000 | 110000 |
Color Harmonies of #EEB605
Complementary color
Monochromatic Colors of #EEB605
Black with #EEB605
Text Example
Text Example
White with #EEB605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEB605; }
p { color: rgb(238,182,5); }
H1.HeaderClassName
{
color: #EEB605;
}
.AnyTagClassName
{
color: #EEB605;
}
</style>
background-color css
<style>
a { background-color: #EEB605; }
a { background-color: rgb(238,182,5); }
div.DivClassName
{
background-color: #EEB605;
}
.BgClassName
{
background-color: #EEB605;
}
</style>
border-color css
<style>
span { border-color: #EEB605; }
span { border-color: rgb(238,182,5); }
td.TdClassName
{
border-color: #EEB605;
}
.TagClassName
{
border-color: #EEB605;
}
</style>