Shades of Bright Sun #EEBA28
Tints of Bright Sun #EEBA28
RGB
CMYK
RGB Variations
Color information
#EEBA28 (or 0xEEBA28) is known color: Bright Sun. HEX triplet: EE, BA and 28. RGB value is (238,186,40). Sum of RGB (Red+Green+Blue) = 238+186+40=464 (61% of max value = 765). Red value is 238 (93.36% from 255 or 51.29% from 464); Green value is 186 (73.05% from 255 or 40.09% from 464); Blue value is 40 (16.02% from 255 or 8.62% from 464); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBA28 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEBA28 is #1145D7. Grayscale: #B9B9B9. Windows color (decimal): -1131992 or 2669294. OLE color: 2669294.
HSL color Cylindrical-coordinate representation of color #EEBA28: hue angle of 44.24º 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 #EEBA28 is Cyan = 0, Magento = 0.22, Yellow = 0.83 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 186 | 40 | - |
| CMYK | 0 | 0.22 | 0.83 | 0.07 |
| HSL | 44.24º | 0.85% | 0.55% | - |
| HSV(B) | 44.24º | 0.83% | 0.93% | - |
| XYZ | 53.2 | 53.45 | 9.52 | - |
| YUV | 184.9 | 46.23 | 165.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 186 | 40 | 0 | 0.22 | 0.83 | 0.07 | 44.24 | 0.85 | 0.55 |
| Hex | EE | BA | 28 | 0 | 16 | 53 | 7 | 2C | 55 | 37 |
| Octal | 356 | 272 | 50 | 0 | 26 | 123 | 7 | 54 | 125 | 67 |
| Binary | 11101110 | 10111010 | 101000 | 0 | 10110 | 1010011 | 111 | 101100 | 1010101 | 110111 |
Color Harmonies of #EEBA28
Complementary color
Monochromatic Colors of #EEBA28
Black with #EEBA28
Text Example
Text Example
White with #EEBA28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEBA28; }
p { color: rgb(238,186,40); }
H1.HeaderClassName
{
color: #EEBA28;
}
.AnyTagClassName
{
color: #EEBA28;
}
</style>
background-color css
<style>
a { background-color: #EEBA28; }
a { background-color: rgb(238,186,40); }
div.DivClassName
{
background-color: #EEBA28;
}
.BgClassName
{
background-color: #EEBA28;
}
</style>
border-color css
<style>
span { border-color: #EEBA28; }
span { border-color: rgb(238,186,40); }
td.TdClassName
{
border-color: #EEBA28;
}
.TagClassName
{
border-color: #EEBA28;
}
</style>