Shades of Selective Yellow #EEB20C
Tints of Selective Yellow #EEB20C
RGB
CMYK
RGB Variations
Color information
#EEB20C (or 0xEEB20C) is known color: Selective Yellow. HEX triplet: EE, B2 and 0C. RGB value is (238,178,12). Sum of RGB (Red+Green+Blue) = 238+178+12=428 (56% of max value = 765). Red value is 238 (93.36% from 255 or 55.61% from 428); Green value is 178 (69.92% from 255 or 41.59% from 428); Blue value is 12 (5.08% from 255 or 2.80% from 428); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB20C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EEB20C is #114DF3. Grayscale: #B1B1B1. Windows color (decimal): -1134068 or 832238. OLE color: 832238.
HSL color Cylindrical-coordinate representation of color #EEB20C: hue angle of 44.07º 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 #EEB20C is Cyan = 0, Magento = 0.25, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 178 | 12 | - |
| CMYK | 0 | 0.25 | 0.95 | 0.07 |
| HSL | 44.07º | 0.9% | 0.49% | - |
| HSV(B) | 44.07º | 0.95% | 0.93% | - |
| XYZ | 51.25 | 50.04 | 7.31 | - |
| YUV | 177.02 | 34.88 | 171.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 178 | 12 | 0 | 0.25 | 0.95 | 0.07 | 44.07 | 0.9 | 0.49 |
| Hex | EE | B2 | C | 0 | 19 | 5F | 7 | 2C | 5A | 31 |
| Octal | 356 | 262 | 14 | 0 | 31 | 137 | 7 | 54 | 132 | 61 |
| Binary | 11101110 | 10110010 | 1100 | 0 | 11001 | 1011111 | 111 | 101100 | 1011010 | 110001 |
Color Harmonies of #EEB20C
Complementary color
Monochromatic Colors of #EEB20C
Black with #EEB20C
Text Example
Text Example
White with #EEB20C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEB20C; }
p { color: rgb(238,178,12); }
H1.HeaderClassName
{
color: #EEB20C;
}
.AnyTagClassName
{
color: #EEB20C;
}
</style>
background-color css
<style>
a { background-color: #EEB20C; }
a { background-color: rgb(238,178,12); }
div.DivClassName
{
background-color: #EEB20C;
}
.BgClassName
{
background-color: #EEB20C;
}
</style>
border-color css
<style>
span { border-color: #EEB20C; }
span { border-color: rgb(238,178,12); }
td.TdClassName
{
border-color: #EEB20C;
}
.TagClassName
{
border-color: #EEB20C;
}
</style>