Shades of Bright Sun #EEBA31
Tints of Bright Sun #EEBA31
RGB
CMYK
RGB Variations
Color information
#EEBA31 (or 0xEEBA31) is known color: Bright Sun. HEX triplet: EE, BA and 31. RGB value is (238,186,49). Sum of RGB (Red+Green+Blue) = 238+186+49=473 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.32% from 473); Green value is 186 (73.05% from 255 or 39.32% from 473); Blue value is 49 (19.53% from 255 or 10.36% from 473); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBA31 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEBA31 is #1145CE. Grayscale: #BABABA. Windows color (decimal): -1131983 or 3259118. OLE color: 3259118.
HSL color Cylindrical-coordinate representation of color #EEBA31: hue angle of 43.49º 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 #EEBA31 is Cyan = 0, Magento = 0.22, Yellow = 0.79 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 186 | 49 | - |
| CMYK | 0 | 0.22 | 0.79 | 0.07 |
| HSL | 43.49º | 0.85% | 0.56% | - |
| HSV(B) | 43.49º | 0.79% | 0.93% | - |
| XYZ | 53.37 | 53.52 | 10.42 | - |
| YUV | 185.93 | 50.73 | 165.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 186 | 49 | 0 | 0.22 | 0.79 | 0.07 | 43.49 | 0.85 | 0.56 |
| Hex | EE | BA | 31 | 0 | 16 | 4F | 7 | 2B | 55 | 38 |
| Octal | 356 | 272 | 61 | 0 | 26 | 117 | 7 | 53 | 125 | 70 |
| Binary | 11101110 | 10111010 | 110001 | 0 | 10110 | 1001111 | 111 | 101011 | 1010101 | 111000 |
Color Harmonies of #EEBA31
Complementary color
Monochromatic Colors of #EEBA31
Black with #EEBA31
Text Example
Text Example
White with #EEBA31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEBA31; }
p { color: rgb(238,186,49); }
H1.HeaderClassName
{
color: #EEBA31;
}
.AnyTagClassName
{
color: #EEBA31;
}
</style>
background-color css
<style>
a { background-color: #EEBA31; }
a { background-color: rgb(238,186,49); }
div.DivClassName
{
background-color: #EEBA31;
}
.BgClassName
{
background-color: #EEBA31;
}
</style>
border-color css
<style>
span { border-color: #EEBA31; }
span { border-color: rgb(238,186,49); }
td.TdClassName
{
border-color: #EEBA31;
}
.TagClassName
{
border-color: #EEBA31;
}
</style>