Shades of Bright Sun #EEBE28
Tints of Bright Sun #EEBE28
RGB
CMYK
RGB Variations
Color information
#EEBE28 (or 0xEEBE28) is known color: Bright Sun. HEX triplet: EE, BE and 28. RGB value is (238,190,40). Sum of RGB (Red+Green+Blue) = 238+190+40=468 (61% of max value = 765). Red value is 238 (93.36% from 255 or 50.85% from 468); Green value is 190 (74.61% from 255 or 40.60% from 468); Blue value is 40 (16.02% from 255 or 8.55% from 468); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBE28 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEBE28 is #1141D7. Grayscale: #BBBBBB. Windows color (decimal): -1130968 or 2670318. OLE color: 2670318.
HSL color Cylindrical-coordinate representation of color #EEBE28: hue angle of 45.45º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EEBE28 is Cyan = 0, Magento = 0.20, Yellow = 0.83 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 190 | 40 | - |
| CMYK | 0 | 0.20 | 0.83 | 0.07 |
| HSL | 45.45º | 0.85% | 0.55% | - |
| HSV(B) | 45.45º | 0.83% | 0.93% | - |
| XYZ | 54.06 | 55.16 | 9.8 | - |
| YUV | 187.25 | 44.9 | 164.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 190 | 40 | 0 | 0.20 | 0.83 | 0.07 | 45.45 | 0.85 | 0.55 |
| Hex | EE | BE | 28 | 0 | 14 | 53 | 7 | 2D | 55 | 37 |
| Octal | 356 | 276 | 50 | 0 | 24 | 123 | 7 | 55 | 125 | 67 |
| Binary | 11101110 | 10111110 | 101000 | 0 | 10100 | 1010011 | 111 | 101101 | 1010101 | 110111 |
Color Harmonies of #EEBE28
Complementary color
Monochromatic Colors of #EEBE28
Black with #EEBE28
Text Example
Text Example
White with #EEBE28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEBE28; }
p { color: rgb(238,190,40); }
H1.HeaderClassName
{
color: #EEBE28;
}
.AnyTagClassName
{
color: #EEBE28;
}
</style>
background-color css
<style>
a { background-color: #EEBE28; }
a { background-color: rgb(238,190,40); }
div.DivClassName
{
background-color: #EEBE28;
}
.BgClassName
{
background-color: #EEBE28;
}
</style>
border-color css
<style>
span { border-color: #EEBE28; }
span { border-color: rgb(238,190,40); }
td.TdClassName
{
border-color: #EEBE28;
}
.TagClassName
{
border-color: #EEBE28;
}
</style>