Shades of Bright Sun #EEBE29
Tints of Bright Sun #EEBE29
RGB
CMYK
RGB Variations
Color information
#EEBE29 (or 0xEEBE29) is known color: Bright Sun. HEX triplet: EE, BE and 29. RGB value is (238,190,41). Sum of RGB (Red+Green+Blue) = 238+190+41=469 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.75% from 469); Green value is 190 (74.61% from 255 or 40.51% from 469); Blue value is 41 (16.41% from 255 or 8.74% from 469); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBE29 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEBE29 is #1141D6. Grayscale: #BCBCBC. Windows color (decimal): -1130967 or 2735854. OLE color: 2735854.
HSL color Cylindrical-coordinate representation of color #EEBE29: hue angle of 45.38º 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 #EEBE29 is Cyan = 0, Magento = 0.20, Yellow = 0.83 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 190 | 41 | - |
| CMYK | 0 | 0.20 | 0.83 | 0.07 |
| HSL | 45.38º | 0.85% | 0.55% | - |
| HSV(B) | 45.38º | 0.83% | 0.93% | - |
| XYZ | 54.07 | 55.16 | 9.9 | - |
| YUV | 187.37 | 45.4 | 164.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 190 | 41 | 0 | 0.20 | 0.83 | 0.07 | 45.38 | 0.85 | 0.55 |
| Hex | EE | BE | 29 | 0 | 14 | 53 | 7 | 2D | 55 | 37 |
| Octal | 356 | 276 | 51 | 0 | 24 | 123 | 7 | 55 | 125 | 67 |
| Binary | 11101110 | 10111110 | 101001 | 0 | 10100 | 1010011 | 111 | 101101 | 1010101 | 110111 |
Color Harmonies of #EEBE29
Complementary color
Monochromatic Colors of #EEBE29
Black with #EEBE29
Text Example
Text Example
White with #EEBE29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEBE29; }
p { color: rgb(238,190,41); }
H1.HeaderClassName
{
color: #EEBE29;
}
.AnyTagClassName
{
color: #EEBE29;
}
</style>
background-color css
<style>
a { background-color: #EEBE29; }
a { background-color: rgb(238,190,41); }
div.DivClassName
{
background-color: #EEBE29;
}
.BgClassName
{
background-color: #EEBE29;
}
</style>
border-color css
<style>
span { border-color: #EEBE29; }
span { border-color: rgb(238,190,41); }
td.TdClassName
{
border-color: #EEBE29;
}
.TagClassName
{
border-color: #EEBE29;
}
</style>