Shades of Sun #EF9538
Tints of Sun #EF9538
RGB
CMYK
RGB Variations
Color information
#EF9538 (or 0xEF9538) is known color: Sun. HEX triplet: EF, 95 and 38. RGB value is (239,149,56). Sum of RGB (Red+Green+Blue) = 239+149+56=444 (58% of max value = 765). Red value is 239 (93.75% from 255 or 53.83% from 444); Green value is 149 (58.59% from 255 or 33.56% from 444); Blue value is 56 (22.27% from 255 or 12.61% from 444); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9538 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EF9538 is #106AC7. Grayscale: #A5A5A5. Windows color (decimal): -1075912 or 3708399. OLE color: 3708399.
HSL color Cylindrical-coordinate representation of color #EF9538: hue angle of 30.49º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #EF9538 is Cyan = 0, Magento = 0.38, Yellow = 0.77 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 149 | 56 | - |
| CMYK | 0 | 0.38 | 0.77 | 0.06 |
| HSL | 30.49º | 0.85% | 0.58% | - |
| HSV(B) | 30.49º | 0.77% | 0.94% | - |
| XYZ | 47.06 | 40.13 | 9.01 | - |
| YUV | 165.31 | 66.32 | 180.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 149 | 56 | 0 | 0.38 | 0.77 | 0.06 | 30.49 | 0.85 | 0.58 |
| Hex | EF | 95 | 38 | 0 | 26 | 4D | 6 | 1E | 55 | 3A |
| Octal | 357 | 225 | 70 | 0 | 46 | 115 | 6 | 36 | 125 | 72 |
| Binary | 11101111 | 10010101 | 111000 | 0 | 100110 | 1001101 | 110 | 11110 | 1010101 | 111010 |
Color Harmonies of #EF9538
Complementary color
Monochromatic Colors of #EF9538
Black with #EF9538
Text Example
Text Example
White with #EF9538
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF9538; }
p { color: rgb(239,149,56); }
H1.HeaderClassName
{
color: #EF9538;
}
.AnyTagClassName
{
color: #EF9538;
}
</style>
background-color css
<style>
a { background-color: #EF9538; }
a { background-color: rgb(239,149,56); }
div.DivClassName
{
background-color: #EF9538;
}
.BgClassName
{
background-color: #EF9538;
}
</style>
border-color css
<style>
span { border-color: #EF9538; }
span { border-color: rgb(239,149,56); }
td.TdClassName
{
border-color: #EF9538;
}
.TagClassName
{
border-color: #EF9538;
}
</style>