Shades of Bright Sun #EEBE2B
Tints of Bright Sun #EEBE2B
RGB
CMYK
RGB Variations
Color information
#EEBE2B (or 0xEEBE2B) is known color: Bright Sun. HEX triplet: EE, BE and 2B. RGB value is (238,190,43). Sum of RGB (Red+Green+Blue) = 238+190+43=471 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.53% from 471); Green value is 190 (74.61% from 255 or 40.34% from 471); Blue value is 43 (17.19% from 255 or 9.13% from 471); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBE2B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEBE2B is #1141D4. Grayscale: #BCBCBC. Windows color (decimal): -1130965 or 2866926. OLE color: 2866926.
HSL color Cylindrical-coordinate representation of color #EEBE2B: hue angle of 45.23º 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 #EEBE2B is Cyan = 0, Magento = 0.20, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 190 | 43 | - |
| CMYK | 0 | 0.20 | 0.82 | 0.07 |
| HSL | 45.23º | 0.85% | 0.55% | - |
| HSV(B) | 45.23º | 0.82% | 0.93% | - |
| XYZ | 54.11 | 55.18 | 10.08 | - |
| YUV | 187.59 | 46.4 | 163.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 190 | 43 | 0 | 0.20 | 0.82 | 0.07 | 45.23 | 0.85 | 0.55 |
| Hex | EE | BE | 2B | 0 | 14 | 52 | 7 | 2D | 55 | 37 |
| Octal | 356 | 276 | 53 | 0 | 24 | 122 | 7 | 55 | 125 | 67 |
| Binary | 11101110 | 10111110 | 101011 | 0 | 10100 | 1010010 | 111 | 101101 | 1010101 | 110111 |
Color Harmonies of #EEBE2B
Complementary color
Monochromatic Colors of #EEBE2B
Black with #EEBE2B
Text Example
Text Example
White with #EEBE2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEBE2B; }
p { color: rgb(238,190,43); }
H1.HeaderClassName
{
color: #EEBE2B;
}
.AnyTagClassName
{
color: #EEBE2B;
}
</style>
background-color css
<style>
a { background-color: #EEBE2B; }
a { background-color: rgb(238,190,43); }
div.DivClassName
{
background-color: #EEBE2B;
}
.BgClassName
{
background-color: #EEBE2B;
}
</style>
border-color css
<style>
span { border-color: #EEBE2B; }
span { border-color: rgb(238,190,43); }
td.TdClassName
{
border-color: #EEBE2B;
}
.TagClassName
{
border-color: #EEBE2B;
}
</style>