Shades of Bright Sun #EEB932
Tints of Bright Sun #EEB932
RGB
CMYK
RGB Variations
Color information
#EEB932 (or 0xEEB932) is known color: Bright Sun. HEX triplet: EE, B9 and 32. RGB value is (238,185,50). Sum of RGB (Red+Green+Blue) = 238+185+50=473 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.32% from 473); Green value is 185 (72.66% from 255 or 39.11% from 473); Blue value is 50 (19.92% from 255 or 10.57% from 473); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB932 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEB932 is #1146CD. Grayscale: #BABABA. Windows color (decimal): -1132238 or 3324398. OLE color: 3324398.
HSL color Cylindrical-coordinate representation of color #EEB932: hue angle of 43.09º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EEB932 is Cyan = 0, Magento = 0.22, Yellow = 0.79 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 185 | 50 | - |
| CMYK | 0 | 0.22 | 0.79 | 0.07 |
| HSL | 43.09º | 0.85% | 0.56% | - |
| HSV(B) | 43.09º | 0.79% | 0.93% | - |
| XYZ | 53.18 | 53.11 | 10.46 | - |
| YUV | 185.46 | 51.56 | 165.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 185 | 50 | 0 | 0.22 | 0.79 | 0.07 | 43.09 | 0.85 | 0.56 |
| Hex | EE | B9 | 32 | 0 | 16 | 4F | 7 | 2B | 55 | 38 |
| Octal | 356 | 271 | 62 | 0 | 26 | 117 | 7 | 53 | 125 | 70 |
| Binary | 11101110 | 10111001 | 110010 | 0 | 10110 | 1001111 | 111 | 101011 | 1010101 | 111000 |
Color Harmonies of #EEB932
Complementary color
Monochromatic Colors of #EEB932
Black with #EEB932
Text Example
Text Example
White with #EEB932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEB932; }
p { color: rgb(238,185,50); }
H1.HeaderClassName
{
color: #EEB932;
}
.AnyTagClassName
{
color: #EEB932;
}
</style>
background-color css
<style>
a { background-color: #EEB932; }
a { background-color: rgb(238,185,50); }
div.DivClassName
{
background-color: #EEB932;
}
.BgClassName
{
background-color: #EEB932;
}
</style>
border-color css
<style>
span { border-color: #EEB932; }
span { border-color: rgb(238,185,50); }
td.TdClassName
{
border-color: #EEB932;
}
.TagClassName
{
border-color: #EEB932;
}
</style>