Shades of Sun #EF8C33
Tints of Sun #EF8C33
RGB
CMYK
RGB Variations
Color information
#EF8C33 (or 0xEF8C33) is known color: Sun. HEX triplet: EF, 8C and 33. RGB value is (239,140,51). Sum of RGB (Red+Green+Blue) = 239+140+51=430 (56% of max value = 765). Red value is 239 (93.75% from 255 or 55.58% from 430); Green value is 140 (55.08% from 255 or 32.56% from 430); Blue value is 51 (20.31% from 255 or 11.86% from 430); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8C33 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EF8C33 is #1073CC. Grayscale: #9F9F9F. Windows color (decimal): -1078221 or 3378415. OLE color: 3378415.
HSL color Cylindrical-coordinate representation of color #EF8C33: hue angle of 28.4º degrees, saturation: 0.85, 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 #EF8C33 is Cyan = 0, Magento = 0.41, Yellow = 0.79 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 140 | 51 | - |
| CMYK | 0 | 0.41 | 0.79 | 0.06 |
| HSL | 28.4º | 0.85% | 0.57% | - |
| HSV(B) | 28.4º | 0.79% | 0.94% | - |
| XYZ | 45.57 | 37.35 | 7.94 | - |
| YUV | 159.46 | 66.8 | 184.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 140 | 51 | 0 | 0.41 | 0.79 | 0.06 | 28.4 | 0.85 | 0.57 |
| Hex | EF | 8C | 33 | 0 | 29 | 4F | 6 | 1C | 55 | 39 |
| Octal | 357 | 214 | 63 | 0 | 51 | 117 | 6 | 34 | 125 | 71 |
| Binary | 11101111 | 10001100 | 110011 | 0 | 101001 | 1001111 | 110 | 11100 | 1010101 | 111001 |
Color Harmonies of #EF8C33
Complementary color
Monochromatic Colors of #EF8C33
Black with #EF8C33
Text Example
Text Example
White with #EF8C33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8C33; }
p { color: rgb(239,140,51); }
H1.HeaderClassName
{
color: #EF8C33;
}
.AnyTagClassName
{
color: #EF8C33;
}
</style>
background-color css
<style>
a { background-color: #EF8C33; }
a { background-color: rgb(239,140,51); }
div.DivClassName
{
background-color: #EF8C33;
}
.BgClassName
{
background-color: #EF8C33;
}
</style>
border-color css
<style>
span { border-color: #EF8C33; }
span { border-color: rgb(239,140,51); }
td.TdClassName
{
border-color: #EF8C33;
}
.TagClassName
{
border-color: #EF8C33;
}
</style>