Shades of Selective Yellow #EEB60C
Tints of Selective Yellow #EEB60C
RGB
CMYK
RGB Variations
Color information
#EEB60C (or 0xEEB60C) is known color: Selective Yellow. HEX triplet: EE, B6 and 0C. RGB value is (238,182,12). Sum of RGB (Red+Green+Blue) = 238+182+12=432 (57% of max value = 765). Red value is 238 (93.36% from 255 or 55.09% from 432); Green value is 182 (71.48% from 255 or 42.13% from 432); Blue value is 12 (5.08% from 255 or 2.78% from 432); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB60C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EEB60C is #1149F3. Grayscale: #B4B4B4. Windows color (decimal): -1133044 or 833262. OLE color: 833262.
HSL color Cylindrical-coordinate representation of color #EEB60C: hue angle of 45.13º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EEB60C is Cyan = 0, Magento = 0.24, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 182 | 12 | - |
| CMYK | 0 | 0.24 | 0.95 | 0.07 |
| HSL | 45.13º | 0.9% | 0.49% | - |
| HSV(B) | 45.13º | 0.95% | 0.93% | - |
| XYZ | 52.05 | 51.66 | 7.58 | - |
| YUV | 179.36 | 33.55 | 169.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 182 | 12 | 0 | 0.24 | 0.95 | 0.07 | 45.13 | 0.9 | 0.49 |
| Hex | EE | B6 | C | 0 | 18 | 5F | 7 | 2D | 5A | 31 |
| Octal | 356 | 266 | 14 | 0 | 30 | 137 | 7 | 55 | 132 | 61 |
| Binary | 11101110 | 10110110 | 1100 | 0 | 11000 | 1011111 | 111 | 101101 | 1011010 | 110001 |
Color Harmonies of #EEB60C
Complementary color
Monochromatic Colors of #EEB60C
Black with #EEB60C
Text Example
Text Example
White with #EEB60C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEB60C; }
p { color: rgb(238,182,12); }
H1.HeaderClassName
{
color: #EEB60C;
}
.AnyTagClassName
{
color: #EEB60C;
}
</style>
background-color css
<style>
a { background-color: #EEB60C; }
a { background-color: rgb(238,182,12); }
div.DivClassName
{
background-color: #EEB60C;
}
.BgClassName
{
background-color: #EEB60C;
}
</style>
border-color css
<style>
span { border-color: #EEB60C; }
span { border-color: rgb(238,182,12); }
td.TdClassName
{
border-color: #EEB60C;
}
.TagClassName
{
border-color: #EEB60C;
}
</style>