Shades of Selective Yellow #EEB70E
Tints of Selective Yellow #EEB70E
RGB
CMYK
RGB Variations
Color information
#EEB70E (or 0xEEB70E) is known color: Selective Yellow. HEX triplet: EE, B7 and 0E. RGB value is (238,183,14). Sum of RGB (Red+Green+Blue) = 238+183+14=435 (57% of max value = 765). Red value is 238 (93.36% from 255 or 54.71% from 435); Green value is 183 (71.88% from 255 or 42.07% from 435); Blue value is 14 (5.86% from 255 or 3.22% from 435); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB70E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EEB70E is #1148F1. Grayscale: #B4B4B4. Windows color (decimal): -1132786 or 964590. OLE color: 964590.
HSL color Cylindrical-coordinate representation of color #EEB70E: hue angle of 45.27º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EEB70E is Cyan = 0, Magento = 0.23, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 183 | 14 | - |
| CMYK | 0 | 0.23 | 0.94 | 0.07 |
| HSL | 45.27º | 0.89% | 0.49% | - |
| HSV(B) | 45.27º | 0.94% | 0.93% | - |
| XYZ | 52.27 | 52.08 | 7.71 | - |
| YUV | 180.18 | 34.22 | 169.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 183 | 14 | 0 | 0.23 | 0.94 | 0.07 | 45.27 | 0.89 | 0.49 |
| Hex | EE | B7 | E | 0 | 17 | 5E | 7 | 2D | 59 | 31 |
| Octal | 356 | 267 | 16 | 0 | 27 | 136 | 7 | 55 | 131 | 61 |
| Binary | 11101110 | 10110111 | 1110 | 0 | 10111 | 1011110 | 111 | 101101 | 1011001 | 110001 |
Color Harmonies of #EEB70E
Complementary color
Monochromatic Colors of #EEB70E
Black with #EEB70E
Text Example
Text Example
White with #EEB70E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEB70E; }
p { color: rgb(238,183,14); }
H1.HeaderClassName
{
color: #EEB70E;
}
.AnyTagClassName
{
color: #EEB70E;
}
</style>
background-color css
<style>
a { background-color: #EEB70E; }
a { background-color: rgb(238,183,14); }
div.DivClassName
{
background-color: #EEB70E;
}
.BgClassName
{
background-color: #EEB70E;
}
</style>
border-color css
<style>
span { border-color: #EEB70E; }
span { border-color: rgb(238,183,14); }
td.TdClassName
{
border-color: #EEB70E;
}
.TagClassName
{
border-color: #EEB70E;
}
</style>