Shades of Selective Yellow #EEB504
Tints of Selective Yellow #EEB504
RGB
CMYK
RGB Variations
Color information
#EEB504 (or 0xEEB504) is known color: Selective Yellow. HEX triplet: EE, B5 and 04. RGB value is (238,181,4). Sum of RGB (Red+Green+Blue) = 238+181+4=423 (56% of max value = 765). Red value is 238 (93.36% from 255 or 56.26% from 423); Green value is 181 (71.09% from 255 or 42.79% from 423); Blue value is 4 (1.95% from 255 or 0.95% from 423); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB504 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EEB504 is #114AFB. Grayscale: #B2B2B2. Windows color (decimal): -1133308 or 308718. OLE color: 308718.
HSL color Cylindrical-coordinate representation of color #EEB504: hue angle of 45.38º 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 #EEB504 is Cyan = 0, Magento = 0.24, Yellow = 0.98 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 181 | 4 | - |
| CMYK | 0 | 0.24 | 0.98 | 0.07 |
| HSL | 45.38º | 0.97% | 0.47% | - |
| HSV(B) | 45.38º | 0.98% | 0.93% | - |
| XYZ | 51.81 | 51.23 | 7.27 | - |
| YUV | 177.87 | 29.88 | 170.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 181 | 4 | 0 | 0.24 | 0.98 | 0.07 | 45.38 | 0.97 | 0.47 |
| Hex | EE | B5 | 4 | 0 | 18 | 62 | 7 | 2D | 61 | 2F |
| Octal | 356 | 265 | 4 | 0 | 30 | 142 | 7 | 55 | 141 | 57 |
| Binary | 11101110 | 10110101 | 100 | 0 | 11000 | 1100010 | 111 | 101101 | 1100001 | 101111 |
Color Harmonies of #EEB504
Complementary color
Monochromatic Colors of #EEB504
Black with #EEB504
Text Example
Text Example
White with #EEB504
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEB504; }
p { color: rgb(238,181,4); }
H1.HeaderClassName
{
color: #EEB504;
}
.AnyTagClassName
{
color: #EEB504;
}
</style>
background-color css
<style>
a { background-color: #EEB504; }
a { background-color: rgb(238,181,4); }
div.DivClassName
{
background-color: #EEB504;
}
.BgClassName
{
background-color: #EEB504;
}
</style>
border-color css
<style>
span { border-color: #EEB504; }
span { border-color: rgb(238,181,4); }
td.TdClassName
{
border-color: #EEB504;
}
.TagClassName
{
border-color: #EEB504;
}
</style>