Shades of Sun #EF8932
Tints of Sun #EF8932
RGB
CMYK
RGB Variations
Color information
#EF8932 (or 0xEF8932) is known color: Sun. HEX triplet: EF, 89 and 32. RGB value is (239,137,50). Sum of RGB (Red+Green+Blue) = 239+137+50=426 (56% of max value = 765). Red value is 239 (93.75% from 255 or 56.10% from 426); Green value is 137 (53.91% from 255 or 32.16% from 426); Blue value is 50 (19.92% from 255 or 11.74% from 426); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8932 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EF8932 is #1076CD. Grayscale: #9E9E9E. Windows color (decimal): -1078990 or 3312111. OLE color: 3312111.
HSL color Cylindrical-coordinate representation of color #EF8932: hue angle of 27.62º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EF8932 is Cyan = 0, Magento = 0.43, Yellow = 0.79 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 137 | 50 | - |
| CMYK | 0 | 0.43 | 0.79 | 0.06 |
| HSL | 27.62º | 0.86% | 0.57% | - |
| HSV(B) | 27.62º | 0.79% | 0.94% | - |
| XYZ | 45.12 | 36.47 | 7.68 | - |
| YUV | 157.58 | 67.29 | 186.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 137 | 50 | 0 | 0.43 | 0.79 | 0.06 | 27.62 | 0.86 | 0.57 |
| Hex | EF | 89 | 32 | 0 | 2B | 4F | 6 | 1C | 56 | 39 |
| Octal | 357 | 211 | 62 | 0 | 53 | 117 | 6 | 34 | 126 | 71 |
| Binary | 11101111 | 10001001 | 110010 | 0 | 101011 | 1001111 | 110 | 11100 | 1010110 | 111001 |
Color Harmonies of #EF8932
Complementary color
Monochromatic Colors of #EF8932
Black with #EF8932
Text Example
Text Example
White with #EF8932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8932; }
p { color: rgb(239,137,50); }
H1.HeaderClassName
{
color: #EF8932;
}
.AnyTagClassName
{
color: #EF8932;
}
</style>
background-color css
<style>
a { background-color: #EF8932; }
a { background-color: rgb(239,137,50); }
div.DivClassName
{
background-color: #EF8932;
}
.BgClassName
{
background-color: #EF8932;
}
</style>
border-color css
<style>
span { border-color: #EF8932; }
span { border-color: rgb(239,137,50); }
td.TdClassName
{
border-color: #EF8932;
}
.TagClassName
{
border-color: #EF8932;
}
</style>