Shades of Selective Yellow #EEB507
Tints of Selective Yellow #EEB507
RGB
CMYK
RGB Variations
Color information
#EEB507 (or 0xEEB507) is known color: Selective Yellow. HEX triplet: EE, B5 and 07. RGB value is (238,181,7). Sum of RGB (Red+Green+Blue) = 238+181+7=426 (56% of max value = 765). Red value is 238 (93.36% from 255 or 55.87% from 426); Green value is 181 (71.09% from 255 or 42.49% from 426); Blue value is 7 (3.12% from 255 or 1.64% from 426); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB507 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EEB507 is #114AF8. Grayscale: #B2B2B2. Windows color (decimal): -1133305 or 505326. OLE color: 505326.
HSL color Cylindrical-coordinate representation of color #EEB507: hue angle of 45.19º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EEB507 is Cyan = 0, Magento = 0.24, Yellow = 0.97 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 181 | 7 | - |
| CMYK | 0 | 0.24 | 0.97 | 0.07 |
| HSL | 45.19º | 0.94% | 0.48% | - |
| HSV(B) | 45.19º | 0.97% | 0.93% | - |
| XYZ | 51.82 | 51.24 | 7.36 | - |
| YUV | 178.21 | 31.38 | 170.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 181 | 7 | 0 | 0.24 | 0.97 | 0.07 | 45.19 | 0.94 | 0.48 |
| Hex | EE | B5 | 7 | 0 | 18 | 61 | 7 | 2D | 5E | 30 |
| Octal | 356 | 265 | 7 | 0 | 30 | 141 | 7 | 55 | 136 | 60 |
| Binary | 11101110 | 10110101 | 111 | 0 | 11000 | 1100001 | 111 | 101101 | 1011110 | 110000 |
Color Harmonies of #EEB507
Complementary color
Monochromatic Colors of #EEB507
Black with #EEB507
Text Example
Text Example
White with #EEB507
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEB507; }
p { color: rgb(238,181,7); }
H1.HeaderClassName
{
color: #EEB507;
}
.AnyTagClassName
{
color: #EEB507;
}
</style>
background-color css
<style>
a { background-color: #EEB507; }
a { background-color: rgb(238,181,7); }
div.DivClassName
{
background-color: #EEB507;
}
.BgClassName
{
background-color: #EEB507;
}
</style>
border-color css
<style>
span { border-color: #EEB507; }
span { border-color: rgb(238,181,7); }
td.TdClassName
{
border-color: #EEB507;
}
.TagClassName
{
border-color: #EEB507;
}
</style>