Shades of Selective Yellow #EEB70C
Tints of Selective Yellow #EEB70C
RGB
CMYK
RGB Variations
Color information
#EEB70C (or 0xEEB70C) is known color: Selective Yellow. HEX triplet: EE, B7 and 0C. RGB value is (238,183,12). Sum of RGB (Red+Green+Blue) = 238+183+12=433 (57% of max value = 765). Red value is 238 (93.36% from 255 or 54.97% from 433); Green value is 183 (71.88% from 255 or 42.26% from 433); Blue value is 12 (5.08% from 255 or 2.77% from 433); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB70C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EEB70C is #1148F3. Grayscale: #B4B4B4. Windows color (decimal): -1132788 or 833518. OLE color: 833518.
HSL color Cylindrical-coordinate representation of color #EEB70C: hue angle of 45.4º 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 #EEB70C is Cyan = 0, Magento = 0.23, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 183 | 12 | - |
| CMYK | 0 | 0.23 | 0.95 | 0.07 |
| HSL | 45.4º | 0.9% | 0.49% | - |
| HSV(B) | 45.4º | 0.95% | 0.93% | - |
| XYZ | 52.26 | 52.07 | 7.64 | - |
| YUV | 179.95 | 33.22 | 169.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 183 | 12 | 0 | 0.23 | 0.95 | 0.07 | 45.4 | 0.9 | 0.49 |
| Hex | EE | B7 | C | 0 | 17 | 5F | 7 | 2D | 5A | 31 |
| Octal | 356 | 267 | 14 | 0 | 27 | 137 | 7 | 55 | 132 | 61 |
| Binary | 11101110 | 10110111 | 1100 | 0 | 10111 | 1011111 | 111 | 101101 | 1011010 | 110001 |
Color Harmonies of #EEB70C
Complementary color
Monochromatic Colors of #EEB70C
Black with #EEB70C
Text Example
Text Example
White with #EEB70C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEB70C; }
p { color: rgb(238,183,12); }
H1.HeaderClassName
{
color: #EEB70C;
}
.AnyTagClassName
{
color: #EEB70C;
}
</style>
background-color css
<style>
a { background-color: #EEB70C; }
a { background-color: rgb(238,183,12); }
div.DivClassName
{
background-color: #EEB70C;
}
.BgClassName
{
background-color: #EEB70C;
}
</style>
border-color css
<style>
span { border-color: #EEB70C; }
span { border-color: rgb(238,183,12); }
td.TdClassName
{
border-color: #EEB70C;
}
.TagClassName
{
border-color: #EEB70C;
}
</style>