Shades of Bright Sun #EEBF2B
Tints of Bright Sun #EEBF2B
RGB
CMYK
RGB Variations
Color information
#EEBF2B (or 0xEEBF2B) is known color: Bright Sun. HEX triplet: EE, BF and 2B. RGB value is (238,191,43). Sum of RGB (Red+Green+Blue) = 238+191+43=472 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.42% from 472); Green value is 191 (75% from 255 or 40.47% from 472); Blue value is 43 (17.19% from 255 or 9.11% from 472); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBF2B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEBF2B is #1140D4. Grayscale: #BCBCBC. Windows color (decimal): -1130709 or 2867182. OLE color: 2867182.
HSL color Cylindrical-coordinate representation of color #EEBF2B: hue angle of 45.54º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EEBF2B is Cyan = 0, Magento = 0.20, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 191 | 43 | - |
| CMYK | 0 | 0.20 | 0.82 | 0.07 |
| HSL | 45.54º | 0.85% | 0.55% | - |
| HSV(B) | 45.54º | 0.82% | 0.93% | - |
| XYZ | 54.33 | 55.61 | 10.16 | - |
| YUV | 188.18 | 46.07 | 163.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 191 | 43 | 0 | 0.20 | 0.82 | 0.07 | 45.54 | 0.85 | 0.55 |
| Hex | EE | BF | 2B | 0 | 14 | 52 | 7 | 2E | 55 | 37 |
| Octal | 356 | 277 | 53 | 0 | 24 | 122 | 7 | 56 | 125 | 67 |
| Binary | 11101110 | 10111111 | 101011 | 0 | 10100 | 1010010 | 111 | 101110 | 1010101 | 110111 |
Color Harmonies of #EEBF2B
Complementary color
Monochromatic Colors of #EEBF2B
Black with #EEBF2B
Text Example
Text Example
White with #EEBF2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEBF2B; }
p { color: rgb(238,191,43); }
H1.HeaderClassName
{
color: #EEBF2B;
}
.AnyTagClassName
{
color: #EEBF2B;
}
</style>
background-color css
<style>
a { background-color: #EEBF2B; }
a { background-color: rgb(238,191,43); }
div.DivClassName
{
background-color: #EEBF2B;
}
.BgClassName
{
background-color: #EEBF2B;
}
</style>
border-color css
<style>
span { border-color: #EEBF2B; }
span { border-color: rgb(238,191,43); }
td.TdClassName
{
border-color: #EEBF2B;
}
.TagClassName
{
border-color: #EEBF2B;
}
</style>