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