Shades of Bright Sun #EEBC2E
Tints of Bright Sun #EEBC2E
RGB
CMYK
RGB Variations
Color information
#EEBC2E (or 0xEEBC2E) is known color: Bright Sun. HEX triplet: EE, BC and 2E. RGB value is (238,188,46). Sum of RGB (Red+Green+Blue) = 238+188+46=472 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.42% from 472); Green value is 188 (73.83% from 255 or 39.83% from 472); Blue value is 46 (18.36% from 255 or 9.75% from 472); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBC2E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEBC2E is #1143D1. Grayscale: #BBBBBB. Windows color (decimal): -1131474 or 3063022. OLE color: 3063022.
HSL color Cylindrical-coordinate representation of color #EEBC2E: hue angle of 44.38º 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 #EEBC2E is Cyan = 0, Magento = 0.21, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 188 | 46 | - |
| CMYK | 0 | 0.21 | 0.81 | 0.07 |
| HSL | 44.38º | 0.85% | 0.56% | - |
| HSV(B) | 44.38º | 0.81% | 0.93% | - |
| XYZ | 53.74 | 54.34 | 10.24 | - |
| YUV | 186.76 | 48.57 | 164.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 188 | 46 | 0 | 0.21 | 0.81 | 0.07 | 44.38 | 0.85 | 0.56 |
| Hex | EE | BC | 2E | 0 | 15 | 51 | 7 | 2C | 55 | 38 |
| Octal | 356 | 274 | 56 | 0 | 25 | 121 | 7 | 54 | 125 | 70 |
| Binary | 11101110 | 10111100 | 101110 | 0 | 10101 | 1010001 | 111 | 101100 | 1010101 | 111000 |
Color Harmonies of #EEBC2E
Complementary color
Monochromatic Colors of #EEBC2E
Black with #EEBC2E
Text Example
Text Example
White with #EEBC2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEBC2E; }
p { color: rgb(238,188,46); }
H1.HeaderClassName
{
color: #EEBC2E;
}
.AnyTagClassName
{
color: #EEBC2E;
}
</style>
background-color css
<style>
a { background-color: #EEBC2E; }
a { background-color: rgb(238,188,46); }
div.DivClassName
{
background-color: #EEBC2E;
}
.BgClassName
{
background-color: #EEBC2E;
}
</style>
border-color css
<style>
span { border-color: #EEBC2E; }
span { border-color: rgb(238,188,46); }
td.TdClassName
{
border-color: #EEBC2E;
}
.TagClassName
{
border-color: #EEBC2E;
}
</style>