Shades of Bright Sun #EEBB31
Tints of Bright Sun #EEBB31
RGB
CMYK
RGB Variations
Color information
#EEBB31 (or 0xEEBB31) is known color: Bright Sun. HEX triplet: EE, BB and 31. RGB value is (238,187,49). Sum of RGB (Red+Green+Blue) = 238+187+49=474 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.21% from 474); Green value is 187 (73.44% from 255 or 39.45% from 474); Blue value is 49 (19.53% from 255 or 10.34% from 474); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBB31 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEBB31 is #1144CE. Grayscale: #BBBBBB. Windows color (decimal): -1131727 or 3259374. OLE color: 3259374.
HSL color Cylindrical-coordinate representation of color #EEBB31: hue angle of 43.81º 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 #EEBB31 is Cyan = 0, Magento = 0.21, Yellow = 0.79 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 187 | 49 | - |
| CMYK | 0 | 0.21 | 0.79 | 0.07 |
| HSL | 43.81º | 0.85% | 0.56% | - |
| HSV(B) | 43.81º | 0.79% | 0.93% | - |
| XYZ | 53.58 | 53.94 | 10.49 | - |
| YUV | 186.52 | 50.4 | 164.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 187 | 49 | 0 | 0.21 | 0.79 | 0.07 | 43.81 | 0.85 | 0.56 |
| Hex | EE | BB | 31 | 0 | 15 | 4F | 7 | 2C | 55 | 38 |
| Octal | 356 | 273 | 61 | 0 | 25 | 117 | 7 | 54 | 125 | 70 |
| Binary | 11101110 | 10111011 | 110001 | 0 | 10101 | 1001111 | 111 | 101100 | 1010101 | 111000 |
Color Harmonies of #EEBB31
Complementary color
Monochromatic Colors of #EEBB31
Black with #EEBB31
Text Example
Text Example
White with #EEBB31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEBB31; }
p { color: rgb(238,187,49); }
H1.HeaderClassName
{
color: #EEBB31;
}
.AnyTagClassName
{
color: #EEBB31;
}
</style>
background-color css
<style>
a { background-color: #EEBB31; }
a { background-color: rgb(238,187,49); }
div.DivClassName
{
background-color: #EEBB31;
}
.BgClassName
{
background-color: #EEBB31;
}
</style>
border-color css
<style>
span { border-color: #EEBB31; }
span { border-color: rgb(238,187,49); }
td.TdClassName
{
border-color: #EEBB31;
}
.TagClassName
{
border-color: #EEBB31;
}
</style>