Shades of Bright Sun #EEBA2E
Tints of Bright Sun #EEBA2E
RGB
CMYK
RGB Variations
Color information
#EEBA2E (or 0xEEBA2E) is known color: Bright Sun. HEX triplet: EE, BA and 2E. RGB value is (238,186,46). Sum of RGB (Red+Green+Blue) = 238+186+46=470 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.64% from 470); Green value is 186 (73.05% from 255 or 39.57% from 470); Blue value is 46 (18.36% from 255 or 9.79% from 470); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBA2E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEBA2E is #1145D1. Grayscale: #BABABA. Windows color (decimal): -1131986 or 3062510. OLE color: 3062510.
HSL color Cylindrical-coordinate representation of color #EEBA2E: hue angle of 43.75º 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 #EEBA2E is Cyan = 0, Magento = 0.22, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 186 | 46 | - |
| CMYK | 0 | 0.22 | 0.81 | 0.07 |
| HSL | 43.75º | 0.85% | 0.56% | - |
| HSV(B) | 43.75º | 0.81% | 0.93% | - |
| XYZ | 53.31 | 53.49 | 10.1 | - |
| YUV | 185.59 | 49.23 | 165.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 186 | 46 | 0 | 0.22 | 0.81 | 0.07 | 43.75 | 0.85 | 0.56 |
| Hex | EE | BA | 2E | 0 | 16 | 51 | 7 | 2C | 55 | 38 |
| Octal | 356 | 272 | 56 | 0 | 26 | 121 | 7 | 54 | 125 | 70 |
| Binary | 11101110 | 10111010 | 101110 | 0 | 10110 | 1010001 | 111 | 101100 | 1010101 | 111000 |
Color Harmonies of #EEBA2E
Complementary color
Monochromatic Colors of #EEBA2E
Black with #EEBA2E
Text Example
Text Example
White with #EEBA2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEBA2E; }
p { color: rgb(238,186,46); }
H1.HeaderClassName
{
color: #EEBA2E;
}
.AnyTagClassName
{
color: #EEBA2E;
}
</style>
background-color css
<style>
a { background-color: #EEBA2E; }
a { background-color: rgb(238,186,46); }
div.DivClassName
{
background-color: #EEBA2E;
}
.BgClassName
{
background-color: #EEBA2E;
}
</style>
border-color css
<style>
span { border-color: #EEBA2E; }
span { border-color: rgb(238,186,46); }
td.TdClassName
{
border-color: #EEBA2E;
}
.TagClassName
{
border-color: #EEBA2E;
}
</style>