Shades of Bright Sun #EEBF29
Tints of Bright Sun #EEBF29
RGB
CMYK
RGB Variations
Color information
#EEBF29 (or 0xEEBF29) is known color: Bright Sun. HEX triplet: EE, BF and 29. RGB value is (238,191,41). Sum of RGB (Red+Green+Blue) = 238+191+41=470 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.64% from 470); Green value is 191 (75% from 255 or 40.64% from 470); Blue value is 41 (16.41% from 255 or 8.72% from 470); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBF29 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEBF29 is #1140D6. Grayscale: #BCBCBC. Windows color (decimal): -1130711 or 2736110. OLE color: 2736110.
HSL color Cylindrical-coordinate representation of color #EEBF29: hue angle of 45.69º 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 #EEBF29 is Cyan = 0, Magento = 0.20, Yellow = 0.83 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 191 | 41 | - |
| CMYK | 0 | 0.20 | 0.83 | 0.07 |
| HSL | 45.69º | 0.85% | 0.55% | - |
| HSV(B) | 45.69º | 0.83% | 0.93% | - |
| XYZ | 54.29 | 55.6 | 9.97 | - |
| YUV | 187.95 | 45.07 | 163.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 191 | 41 | 0 | 0.20 | 0.83 | 0.07 | 45.69 | 0.85 | 0.55 |
| Hex | EE | BF | 29 | 0 | 14 | 53 | 7 | 2E | 55 | 37 |
| Octal | 356 | 277 | 51 | 0 | 24 | 123 | 7 | 56 | 125 | 67 |
| Binary | 11101110 | 10111111 | 101001 | 0 | 10100 | 1010011 | 111 | 101110 | 1010101 | 110111 |
Color Harmonies of #EEBF29
Complementary color
Monochromatic Colors of #EEBF29
Black with #EEBF29
Text Example
Text Example
White with #EEBF29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEBF29; }
p { color: rgb(238,191,41); }
H1.HeaderClassName
{
color: #EEBF29;
}
.AnyTagClassName
{
color: #EEBF29;
}
</style>
background-color css
<style>
a { background-color: #EEBF29; }
a { background-color: rgb(238,191,41); }
div.DivClassName
{
background-color: #EEBF29;
}
.BgClassName
{
background-color: #EEBF29;
}
</style>
border-color css
<style>
span { border-color: #EEBF29; }
span { border-color: rgb(238,191,41); }
td.TdClassName
{
border-color: #EEBF29;
}
.TagClassName
{
border-color: #EEBF29;
}
</style>