Shades of Bright Sun #EEBC2A
Tints of Bright Sun #EEBC2A
RGB
CMYK
RGB Variations
Color information
#EEBC2A (or 0xEEBC2A) is known color: Bright Sun. HEX triplet: EE, BC and 2A. RGB value is (238,188,42). Sum of RGB (Red+Green+Blue) = 238+188+42=468 (61% of max value = 765). Red value is 238 (93.36% from 255 or 50.85% from 468); Green value is 188 (73.83% from 255 or 40.17% from 468); Blue value is 42 (16.80% from 255 or 8.97% from 468); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBC2A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEBC2A is #1143D5. Grayscale: #BABABA. Windows color (decimal): -1131478 or 2800878. OLE color: 2800878.
HSL color Cylindrical-coordinate representation of color #EEBC2A: hue angle of 44.69º 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 #EEBC2A is Cyan = 0, Magento = 0.21, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 188 | 42 | - |
| CMYK | 0 | 0.21 | 0.82 | 0.07 |
| HSL | 44.69º | 0.85% | 0.55% | - |
| HSV(B) | 44.69º | 0.82% | 0.93% | - |
| XYZ | 53.66 | 54.31 | 9.85 | - |
| YUV | 186.31 | 46.57 | 164.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 188 | 42 | 0 | 0.21 | 0.82 | 0.07 | 44.69 | 0.85 | 0.55 |
| Hex | EE | BC | 2A | 0 | 15 | 52 | 7 | 2D | 55 | 37 |
| Octal | 356 | 274 | 52 | 0 | 25 | 122 | 7 | 55 | 125 | 67 |
| Binary | 11101110 | 10111100 | 101010 | 0 | 10101 | 1010010 | 111 | 101101 | 1010101 | 110111 |
Color Harmonies of #EEBC2A
Complementary color
Monochromatic Colors of #EEBC2A
Black with #EEBC2A
Text Example
Text Example
White with #EEBC2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEBC2A; }
p { color: rgb(238,188,42); }
H1.HeaderClassName
{
color: #EEBC2A;
}
.AnyTagClassName
{
color: #EEBC2A;
}
</style>
background-color css
<style>
a { background-color: #EEBC2A; }
a { background-color: rgb(238,188,42); }
div.DivClassName
{
background-color: #EEBC2A;
}
.BgClassName
{
background-color: #EEBC2A;
}
</style>
border-color css
<style>
span { border-color: #EEBC2A; }
span { border-color: rgb(238,188,42); }
td.TdClassName
{
border-color: #EEBC2A;
}
.TagClassName
{
border-color: #EEBC2A;
}
</style>