Shades of Bright Sun #EEBF28
Tints of Bright Sun #EEBF28
RGB
CMYK
RGB Variations
Color information
#EEBF28 (or 0xEEBF28) is known color: Bright Sun. HEX triplet: EE, BF and 28. RGB value is (238,191,40). Sum of RGB (Red+Green+Blue) = 238+191+40=469 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.75% from 469); Green value is 191 (75% from 255 or 40.72% from 469); Blue value is 40 (16.02% from 255 or 8.53% from 469); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBF28 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEBF28 is #1140D7. Grayscale: #BCBCBC. Windows color (decimal): -1130712 or 2670574. OLE color: 2670574.
HSL color Cylindrical-coordinate representation of color #EEBF28: hue angle of 45.76º 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 #EEBF28 is Cyan = 0, Magento = 0.20, Yellow = 0.83 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 191 | 40 | - |
| CMYK | 0 | 0.20 | 0.83 | 0.07 |
| HSL | 45.76º | 0.85% | 0.55% | - |
| HSV(B) | 45.76º | 0.83% | 0.93% | - |
| XYZ | 54.27 | 55.59 | 9.88 | - |
| YUV | 187.84 | 44.57 | 163.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 191 | 40 | 0 | 0.20 | 0.83 | 0.07 | 45.76 | 0.85 | 0.55 |
| Hex | EE | BF | 28 | 0 | 14 | 53 | 7 | 2E | 55 | 37 |
| Octal | 356 | 277 | 50 | 0 | 24 | 123 | 7 | 56 | 125 | 67 |
| Binary | 11101110 | 10111111 | 101000 | 0 | 10100 | 1010011 | 111 | 101110 | 1010101 | 110111 |
Color Harmonies of #EEBF28
Complementary color
Monochromatic Colors of #EEBF28
Black with #EEBF28
Text Example
Text Example
White with #EEBF28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEBF28; }
p { color: rgb(238,191,40); }
H1.HeaderClassName
{
color: #EEBF28;
}
.AnyTagClassName
{
color: #EEBF28;
}
</style>
background-color css
<style>
a { background-color: #EEBF28; }
a { background-color: rgb(238,191,40); }
div.DivClassName
{
background-color: #EEBF28;
}
.BgClassName
{
background-color: #EEBF28;
}
</style>
border-color css
<style>
span { border-color: #EEBF28; }
span { border-color: rgb(238,191,40); }
td.TdClassName
{
border-color: #EEBF28;
}
.TagClassName
{
border-color: #EEBF28;
}
</style>