Shades of Bright Sun #EEBC31
Tints of Bright Sun #EEBC31
RGB
CMYK
RGB Variations
Color information
#EEBC31 (or 0xEEBC31) is known color: Bright Sun. HEX triplet: EE, BC and 31. RGB value is (238,188,49). Sum of RGB (Red+Green+Blue) = 238+188+49=475 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.11% from 475); Green value is 188 (73.83% from 255 or 39.58% from 475); Blue value is 49 (19.53% from 255 or 10.32% from 475); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBC31 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEBC31 is #1143CE. Grayscale: #BBBBBB. Windows color (decimal): -1131471 or 3259630. OLE color: 3259630.
HSL color Cylindrical-coordinate representation of color #EEBC31: hue angle of 44.13º 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 #EEBC31 is Cyan = 0, Magento = 0.21, Yellow = 0.79 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 188 | 49 | - |
| CMYK | 0 | 0.21 | 0.79 | 0.07 |
| HSL | 44.13º | 0.85% | 0.56% | - |
| HSV(B) | 44.13º | 0.79% | 0.93% | - |
| XYZ | 53.8 | 54.37 | 10.56 | - |
| YUV | 187.1 | 50.07 | 164.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 188 | 49 | 0 | 0.21 | 0.79 | 0.07 | 44.13 | 0.85 | 0.56 |
| Hex | EE | BC | 31 | 0 | 15 | 4F | 7 | 2C | 55 | 38 |
| Octal | 356 | 274 | 61 | 0 | 25 | 117 | 7 | 54 | 125 | 70 |
| Binary | 11101110 | 10111100 | 110001 | 0 | 10101 | 1001111 | 111 | 101100 | 1010101 | 111000 |
Color Harmonies of #EEBC31
Complementary color
Monochromatic Colors of #EEBC31
Black with #EEBC31
Text Example
Text Example
White with #EEBC31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEBC31; }
p { color: rgb(238,188,49); }
H1.HeaderClassName
{
color: #EEBC31;
}
.AnyTagClassName
{
color: #EEBC31;
}
</style>
background-color css
<style>
a { background-color: #EEBC31; }
a { background-color: rgb(238,188,49); }
div.DivClassName
{
background-color: #EEBC31;
}
.BgClassName
{
background-color: #EEBC31;
}
</style>
border-color css
<style>
span { border-color: #EEBC31; }
span { border-color: rgb(238,188,49); }
td.TdClassName
{
border-color: #EEBC31;
}
.TagClassName
{
border-color: #EEBC31;
}
</style>