Shades of Bright Sun #EEBE31
Tints of Bright Sun #EEBE31
RGB
CMYK
RGB Variations
Color information
#EEBE31 (or 0xEEBE31) is known color: Bright Sun. HEX triplet: EE, BE and 31. RGB value is (238,190,49). Sum of RGB (Red+Green+Blue) = 238+190+49=477 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.90% from 477); Green value is 190 (74.61% from 255 or 39.83% from 477); Blue value is 49 (19.53% from 255 or 10.27% from 477); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBE31 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEBE31 is #1141CE. Grayscale: #BCBCBC. Windows color (decimal): -1130959 or 3260142. OLE color: 3260142.
HSL color Cylindrical-coordinate representation of color #EEBE31: hue angle of 44.76º 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 #EEBE31 is Cyan = 0, Magento = 0.20, Yellow = 0.79 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 190 | 49 | - |
| CMYK | 0 | 0.20 | 0.79 | 0.07 |
| HSL | 44.76º | 0.85% | 0.56% | - |
| HSV(B) | 44.76º | 0.79% | 0.93% | - |
| XYZ | 54.23 | 55.23 | 10.71 | - |
| YUV | 188.28 | 49.4 | 163.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 190 | 49 | 0 | 0.20 | 0.79 | 0.07 | 44.76 | 0.85 | 0.56 |
| Hex | EE | BE | 31 | 0 | 14 | 4F | 7 | 2D | 55 | 38 |
| Octal | 356 | 276 | 61 | 0 | 24 | 117 | 7 | 55 | 125 | 70 |
| Binary | 11101110 | 10111110 | 110001 | 0 | 10100 | 1001111 | 111 | 101101 | 1010101 | 111000 |
Color Harmonies of #EEBE31
Complementary color
Monochromatic Colors of #EEBE31
Black with #EEBE31
Text Example
Text Example
White with #EEBE31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEBE31; }
p { color: rgb(238,190,49); }
H1.HeaderClassName
{
color: #EEBE31;
}
.AnyTagClassName
{
color: #EEBE31;
}
</style>
background-color css
<style>
a { background-color: #EEBE31; }
a { background-color: rgb(238,190,49); }
div.DivClassName
{
background-color: #EEBE31;
}
.BgClassName
{
background-color: #EEBE31;
}
</style>
border-color css
<style>
span { border-color: #EEBE31; }
span { border-color: rgb(238,190,49); }
td.TdClassName
{
border-color: #EEBE31;
}
.TagClassName
{
border-color: #EEBE31;
}
</style>