Shades of Selective Yellow #EEB40A
Tints of Selective Yellow #EEB40A
RGB
CMYK
RGB Variations
Color information
#EEB40A (or 0xEEB40A) is known color: Selective Yellow. HEX triplet: EE, B4 and 0A. RGB value is (238,180,10). Sum of RGB (Red+Green+Blue) = 238+180+10=428 (56% of max value = 765). Red value is 238 (93.36% from 255 or 55.61% from 428); Green value is 180 (70.70% from 255 or 42.06% from 428); Blue value is 10 (4.30% from 255 or 2.34% from 428); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB40A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EEB40A is #114BF5. Grayscale: #B2B2B2. Windows color (decimal): -1133558 or 701678. OLE color: 701678.
HSL color Cylindrical-coordinate representation of color #EEB40A: hue angle of 44.74º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EEB40A is Cyan = 0, Magento = 0.24, Yellow = 0.96 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 180 | 10 | - |
| CMYK | 0 | 0.24 | 0.96 | 0.07 |
| HSL | 44.74º | 0.92% | 0.49% | - |
| HSV(B) | 44.74º | 0.96% | 0.93% | - |
| XYZ | 51.64 | 50.84 | 7.38 | - |
| YUV | 177.96 | 33.22 | 170.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 180 | 10 | 0 | 0.24 | 0.96 | 0.07 | 44.74 | 0.92 | 0.49 |
| Hex | EE | B4 | A | 0 | 18 | 60 | 7 | 2D | 5C | 31 |
| Octal | 356 | 264 | 12 | 0 | 30 | 140 | 7 | 55 | 134 | 61 |
| Binary | 11101110 | 10110100 | 1010 | 0 | 11000 | 1100000 | 111 | 101101 | 1011100 | 110001 |
Color Harmonies of #EEB40A
Complementary color
Monochromatic Colors of #EEB40A
Black with #EEB40A
Text Example
Text Example
White with #EEB40A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEB40A; }
p { color: rgb(238,180,10); }
H1.HeaderClassName
{
color: #EEB40A;
}
.AnyTagClassName
{
color: #EEB40A;
}
</style>
background-color css
<style>
a { background-color: #EEB40A; }
a { background-color: rgb(238,180,10); }
div.DivClassName
{
background-color: #EEB40A;
}
.BgClassName
{
background-color: #EEB40A;
}
</style>
border-color css
<style>
span { border-color: #EEB40A; }
span { border-color: rgb(238,180,10); }
td.TdClassName
{
border-color: #EEB40A;
}
.TagClassName
{
border-color: #EEB40A;
}
</style>