Shades of Bright Sun #EEB93A
Tints of Bright Sun #EEB93A
RGB
CMYK
RGB Variations
Color information
#EEB93A (or 0xEEB93A) is known color: Bright Sun. HEX triplet: EE, B9 and 3A. RGB value is (238,185,58). Sum of RGB (Red+Green+Blue) = 238+185+58=481 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.48% from 481); Green value is 185 (72.66% from 255 or 38.46% from 481); Blue value is 58 (23.05% from 255 or 12.06% from 481); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB93A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEB93A is #1146C5. Grayscale: #BABABA. Windows color (decimal): -1132230 or 3848686. OLE color: 3848686.
HSL color Cylindrical-coordinate representation of color #EEB93A: hue angle of 42.33º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EEB93A is Cyan = 0, Magento = 0.22, Yellow = 0.76 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 185 | 58 | - |
| CMYK | 0 | 0.22 | 0.76 | 0.07 |
| HSL | 42.33º | 0.84% | 0.58% | - |
| HSV(B) | 42.33º | 0.76% | 0.93% | - |
| XYZ | 53.37 | 53.18 | 11.45 | - |
| YUV | 186.37 | 55.56 | 164.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 185 | 58 | 0 | 0.22 | 0.76 | 0.07 | 42.33 | 0.84 | 0.58 |
| Hex | EE | B9 | 3A | 0 | 16 | 4C | 7 | 2A | 54 | 3A |
| Octal | 356 | 271 | 72 | 0 | 26 | 114 | 7 | 52 | 124 | 72 |
| Binary | 11101110 | 10111001 | 111010 | 0 | 10110 | 1001100 | 111 | 101010 | 1010100 | 111010 |
Color Harmonies of #EEB93A
Complementary color
Monochromatic Colors of #EEB93A
Black with #EEB93A
Text Example
Text Example
White with #EEB93A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEB93A; }
p { color: rgb(238,185,58); }
H1.HeaderClassName
{
color: #EEB93A;
}
.AnyTagClassName
{
color: #EEB93A;
}
</style>
background-color css
<style>
a { background-color: #EEB93A; }
a { background-color: rgb(238,185,58); }
div.DivClassName
{
background-color: #EEB93A;
}
.BgClassName
{
background-color: #EEB93A;
}
</style>
border-color css
<style>
span { border-color: #EEB93A; }
span { border-color: rgb(238,185,58); }
td.TdClassName
{
border-color: #EEB93A;
}
.TagClassName
{
border-color: #EEB93A;
}
</style>