Shades of Bright Sun #EEBA34
Tints of Bright Sun #EEBA34
RGB
CMYK
RGB Variations
Color information
#EEBA34 (or 0xEEBA34) is known color: Bright Sun. HEX triplet: EE, BA and 34. RGB value is (238,186,52). Sum of RGB (Red+Green+Blue) = 238+186+52=476 (63% of max value = 765). Red value is 238 (93.36% from 255 or 50% from 476); Green value is 186 (73.05% from 255 or 39.08% from 476); Blue value is 52 (20.70% from 255 or 10.92% from 476); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBA34 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEBA34 is #1145CB. Grayscale: #BABABA. Windows color (decimal): -1131980 or 3455726. OLE color: 3455726.
HSL color Cylindrical-coordinate representation of color #EEBA34: hue angle of 43.23º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EEBA34 is Cyan = 0, Magento = 0.22, Yellow = 0.78 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 186 | 52 | - |
| CMYK | 0 | 0.22 | 0.78 | 0.07 |
| HSL | 43.23º | 0.85% | 0.57% | - |
| HSV(B) | 43.23º | 0.78% | 0.93% | - |
| XYZ | 53.44 | 53.54 | 10.77 | - |
| YUV | 186.27 | 52.23 | 164.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 186 | 52 | 0 | 0.22 | 0.78 | 0.07 | 43.23 | 0.85 | 0.57 |
| Hex | EE | BA | 34 | 0 | 16 | 4E | 7 | 2B | 55 | 39 |
| Octal | 356 | 272 | 64 | 0 | 26 | 116 | 7 | 53 | 125 | 71 |
| Binary | 11101110 | 10111010 | 110100 | 0 | 10110 | 1001110 | 111 | 101011 | 1010101 | 111001 |
Color Harmonies of #EEBA34
Complementary color
Monochromatic Colors of #EEBA34
Black with #EEBA34
Text Example
Text Example
White with #EEBA34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEBA34; }
p { color: rgb(238,186,52); }
H1.HeaderClassName
{
color: #EEBA34;
}
.AnyTagClassName
{
color: #EEBA34;
}
</style>
background-color css
<style>
a { background-color: #EEBA34; }
a { background-color: rgb(238,186,52); }
div.DivClassName
{
background-color: #EEBA34;
}
.BgClassName
{
background-color: #EEBA34;
}
</style>
border-color css
<style>
span { border-color: #EEBA34; }
span { border-color: rgb(238,186,52); }
td.TdClassName
{
border-color: #EEBA34;
}
.TagClassName
{
border-color: #EEBA34;
}
</style>