Shades of Selective Yellow #EEB304
Tints of Selective Yellow #EEB304
RGB
CMYK
RGB Variations
Color information
#EEB304 (or 0xEEB304) is known color: Selective Yellow. HEX triplet: EE, B3 and 04. RGB value is (238,179,4). Sum of RGB (Red+Green+Blue) = 238+179+4=421 (55% of max value = 765). Red value is 238 (93.36% from 255 or 56.53% from 421); Green value is 179 (70.31% from 255 or 42.52% from 421); Blue value is 4 (1.95% from 255 or 0.95% from 421); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB304 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EEB304 is #114CFB. Grayscale: #B1B1B1. Windows color (decimal): -1133820 or 308206. OLE color: 308206.
HSL color Cylindrical-coordinate representation of color #EEB304: hue angle of 44.87º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EEB304 is Cyan = 0, Magento = 0.25, Yellow = 0.98 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 179 | 4 | - |
| CMYK | 0 | 0.25 | 0.98 | 0.07 |
| HSL | 44.87º | 0.97% | 0.47% | - |
| HSV(B) | 44.87º | 0.98% | 0.93% | - |
| XYZ | 51.4 | 50.43 | 7.14 | - |
| YUV | 176.69 | 30.55 | 171.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 179 | 4 | 0 | 0.25 | 0.98 | 0.07 | 44.87 | 0.97 | 0.47 |
| Hex | EE | B3 | 4 | 0 | 19 | 62 | 7 | 2D | 61 | 2F |
| Octal | 356 | 263 | 4 | 0 | 31 | 142 | 7 | 55 | 141 | 57 |
| Binary | 11101110 | 10110011 | 100 | 0 | 11001 | 1100010 | 111 | 101101 | 1100001 | 101111 |
Color Harmonies of #EEB304
Complementary color
Monochromatic Colors of #EEB304
Black with #EEB304
Text Example
Text Example
White with #EEB304
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEB304; }
p { color: rgb(238,179,4); }
H1.HeaderClassName
{
color: #EEB304;
}
.AnyTagClassName
{
color: #EEB304;
}
</style>
background-color css
<style>
a { background-color: #EEB304; }
a { background-color: rgb(238,179,4); }
div.DivClassName
{
background-color: #EEB304;
}
.BgClassName
{
background-color: #EEB304;
}
</style>
border-color css
<style>
span { border-color: #EEB304; }
span { border-color: rgb(238,179,4); }
td.TdClassName
{
border-color: #EEB304;
}
.TagClassName
{
border-color: #EEB304;
}
</style>