Shades of Selective Yellow #EEB20B
Tints of Selective Yellow #EEB20B
RGB
CMYK
RGB Variations
Color information
#EEB20B (or 0xEEB20B) is known color: Selective Yellow. HEX triplet: EE, B2 and 0B. RGB value is (238,178,11). Sum of RGB (Red+Green+Blue) = 238+178+11=427 (56% of max value = 765). Red value is 238 (93.36% from 255 or 55.74% from 427); Green value is 178 (69.92% from 255 or 41.69% from 427); Blue value is 11 (4.69% from 255 or 2.58% from 427); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB20B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EEB20B is #114DF4. Grayscale: #B1B1B1. Windows color (decimal): -1134069 or 766702. OLE color: 766702.
HSL color Cylindrical-coordinate representation of color #EEB20B: hue angle of 44.14º degrees, saturation: 0.91, 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 #EEB20B is Cyan = 0, Magento = 0.25, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 178 | 11 | - |
| CMYK | 0 | 0.25 | 0.95 | 0.07 |
| HSL | 44.14º | 0.91% | 0.49% | - |
| HSV(B) | 44.14º | 0.95% | 0.93% | - |
| XYZ | 51.24 | 50.04 | 7.28 | - |
| YUV | 176.9 | 34.38 | 171.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 178 | 11 | 0 | 0.25 | 0.95 | 0.07 | 44.14 | 0.91 | 0.49 |
| Hex | EE | B2 | B | 0 | 19 | 5F | 7 | 2C | 5B | 31 |
| Octal | 356 | 262 | 13 | 0 | 31 | 137 | 7 | 54 | 133 | 61 |
| Binary | 11101110 | 10110010 | 1011 | 0 | 11001 | 1011111 | 111 | 101100 | 1011011 | 110001 |
Color Harmonies of #EEB20B
Complementary color
Monochromatic Colors of #EEB20B
Black with #EEB20B
Text Example
Text Example
White with #EEB20B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEB20B; }
p { color: rgb(238,178,11); }
H1.HeaderClassName
{
color: #EEB20B;
}
.AnyTagClassName
{
color: #EEB20B;
}
</style>
background-color css
<style>
a { background-color: #EEB20B; }
a { background-color: rgb(238,178,11); }
div.DivClassName
{
background-color: #EEB20B;
}
.BgClassName
{
background-color: #EEB20B;
}
</style>
border-color css
<style>
span { border-color: #EEB20B; }
span { border-color: rgb(238,178,11); }
td.TdClassName
{
border-color: #EEB20B;
}
.TagClassName
{
border-color: #EEB20B;
}
</style>