Shades of Selective Yellow #EEB700
Tints of Selective Yellow #EEB700
RGB
CMYK
RGB Variations
Color information
#EEB700 (or 0xEEB700) is known color: Selective Yellow. HEX triplet: EE, B7 and 00. RGB value is (238,183,0). Sum of RGB (Red+Green+Blue) = 238+183+0=421 (55% of max value = 765). Red value is 238 (93.36% from 255 or 56.53% from 421); Green value is 183 (71.88% from 255 or 43.47% from 421); Blue value is 0 (0.39% from 255 or 0% from 421); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB700 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EEB700 is #1148FF. Grayscale: #B3B3B3. Windows color (decimal): -1132800 or 47086. OLE color: 47086.
HSL color Cylindrical-coordinate representation of color #EEB700: hue angle of 46.13º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EEB700 is Cyan = 0, Magento = 0.23, Yellow = 1 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 183 | 0 | - |
| CMYK | 0 | 0.23 | 1 | 0.07 |
| HSL | 46.13º | 1% | 0.47% | - |
| HSV(B) | 46.13º | 1% | 0.93% | - |
| XYZ | 52.19 | 52.04 | 7.29 | - |
| YUV | 178.58 | 27.22 | 170.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 183 | 0 | 0 | 0.23 | 1 | 0.07 | 46.13 | 1 | 0.47 |
| Hex | EE | B7 | 0 | 0 | 17 | 64 | 7 | 2E | 64 | 2F |
| Octal | 356 | 267 | 0 | 0 | 27 | 144 | 7 | 56 | 144 | 57 |
| Binary | 11101110 | 10110111 | 0 | 0 | 10111 | 1100100 | 111 | 101110 | 1100100 | 101111 |
Color Harmonies of #EEB700
Complementary color
Monochromatic Colors of #EEB700
Black with #EEB700
Text Example
Text Example
White with #EEB700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEB700; }
p { color: rgb(238,183,0); }
H1.HeaderClassName
{
color: #EEB700;
}
.AnyTagClassName
{
color: #EEB700;
}
</style>
background-color css
<style>
a { background-color: #EEB700; }
a { background-color: rgb(238,183,0); }
div.DivClassName
{
background-color: #EEB700;
}
.BgClassName
{
background-color: #EEB700;
}
</style>
border-color css
<style>
span { border-color: #EEB700; }
span { border-color: rgb(238,183,0); }
td.TdClassName
{
border-color: #EEB700;
}
.TagClassName
{
border-color: #EEB700;
}
</style>