Shades of Bright Sun #EEB931
Tints of Bright Sun #EEB931
RGB
CMYK
RGB Variations
Color information
#EEB931 (or 0xEEB931) is known color: Bright Sun. HEX triplet: EE, B9 and 31. RGB value is (238,185,49). Sum of RGB (Red+Green+Blue) = 238+185+49=472 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.42% from 472); Green value is 185 (72.66% from 255 or 39.19% from 472); Blue value is 49 (19.53% from 255 or 10.38% from 472); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB931 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEB931 is #1146CE. Grayscale: #B9B9B9. Windows color (decimal): -1132239 or 3258862. OLE color: 3258862.
HSL color Cylindrical-coordinate representation of color #EEB931: hue angle of 43.17º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EEB931 is Cyan = 0, Magento = 0.22, Yellow = 0.79 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 185 | 49 | - |
| CMYK | 0 | 0.22 | 0.79 | 0.07 |
| HSL | 43.17º | 0.85% | 0.56% | - |
| HSV(B) | 43.17º | 0.79% | 0.93% | - |
| XYZ | 53.16 | 53.1 | 10.35 | - |
| YUV | 185.34 | 51.06 | 165.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 185 | 49 | 0 | 0.22 | 0.79 | 0.07 | 43.17 | 0.85 | 0.56 |
| Hex | EE | B9 | 31 | 0 | 16 | 4F | 7 | 2B | 55 | 38 |
| Octal | 356 | 271 | 61 | 0 | 26 | 117 | 7 | 53 | 125 | 70 |
| Binary | 11101110 | 10111001 | 110001 | 0 | 10110 | 1001111 | 111 | 101011 | 1010101 | 111000 |
Color Harmonies of #EEB931
Complementary color
Monochromatic Colors of #EEB931
Black with #EEB931
Text Example
Text Example
White with #EEB931
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEB931; }
p { color: rgb(238,185,49); }
H1.HeaderClassName
{
color: #EEB931;
}
.AnyTagClassName
{
color: #EEB931;
}
</style>
background-color css
<style>
a { background-color: #EEB931; }
a { background-color: rgb(238,185,49); }
div.DivClassName
{
background-color: #EEB931;
}
.BgClassName
{
background-color: #EEB931;
}
</style>
border-color css
<style>
span { border-color: #EEB931; }
span { border-color: rgb(238,185,49); }
td.TdClassName
{
border-color: #EEB931;
}
.TagClassName
{
border-color: #EEB931;
}
</style>