Shades of Bright Sun #EEBE2E
Tints of Bright Sun #EEBE2E
RGB
CMYK
RGB Variations
Color information
#EEBE2E (or 0xEEBE2E) is known color: Bright Sun. HEX triplet: EE, BE and 2E. RGB value is (238,190,46). Sum of RGB (Red+Green+Blue) = 238+190+46=474 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.21% from 474); Green value is 190 (74.61% from 255 or 40.08% from 474); Blue value is 46 (18.36% from 255 or 9.70% from 474); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBE2E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEBE2E is #1141D1. Grayscale: #BCBCBC. Windows color (decimal): -1130962 or 3063534. OLE color: 3063534.
HSL color Cylindrical-coordinate representation of color #EEBE2E: hue angle of 45º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EEBE2E is Cyan = 0, Magento = 0.20, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 190 | 46 | - |
| CMYK | 0 | 0.20 | 0.81 | 0.07 |
| HSL | 45º | 0.85% | 0.56% | - |
| HSV(B) | 45º | 0.81% | 0.93% | - |
| XYZ | 54.17 | 55.2 | 10.38 | - |
| YUV | 187.94 | 47.9 | 163.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 190 | 46 | 0 | 0.20 | 0.81 | 0.07 | 45 | 0.85 | 0.56 |
| Hex | EE | BE | 2E | 0 | 14 | 51 | 7 | 2D | 55 | 38 |
| Octal | 356 | 276 | 56 | 0 | 24 | 121 | 7 | 55 | 125 | 70 |
| Binary | 11101110 | 10111110 | 101110 | 0 | 10100 | 1010001 | 111 | 101101 | 1010101 | 111000 |
Color Harmonies of #EEBE2E
Complementary color
Monochromatic Colors of #EEBE2E
Black with #EEBE2E
Text Example
Text Example
White with #EEBE2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEBE2E; }
p { color: rgb(238,190,46); }
H1.HeaderClassName
{
color: #EEBE2E;
}
.AnyTagClassName
{
color: #EEBE2E;
}
</style>
background-color css
<style>
a { background-color: #EEBE2E; }
a { background-color: rgb(238,190,46); }
div.DivClassName
{
background-color: #EEBE2E;
}
.BgClassName
{
background-color: #EEBE2E;
}
</style>
border-color css
<style>
span { border-color: #EEBE2E; }
span { border-color: rgb(238,190,46); }
td.TdClassName
{
border-color: #EEBE2E;
}
.TagClassName
{
border-color: #EEBE2E;
}
</style>