Shades of Sun #EF8C2C
Tints of Sun #EF8C2C
RGB
CMYK
RGB Variations
Color information
#EF8C2C (or 0xEF8C2C) is known color: Sun. HEX triplet: EF, 8C and 2C. RGB value is (239,140,44). Sum of RGB (Red+Green+Blue) = 239+140+44=423 (56% of max value = 765). Red value is 239 (93.75% from 255 or 56.50% from 423); Green value is 140 (55.08% from 255 or 33.10% from 423); Blue value is 44 (17.58% from 255 or 10.40% from 423); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8C2C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EF8C2C is #1073D3. Grayscale: #9F9F9F. Windows color (decimal): -1078228 or 2919663. OLE color: 2919663.
HSL color Cylindrical-coordinate representation of color #EF8C2C: hue angle of 29.54º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EF8C2C is Cyan = 0, Magento = 0.41, Yellow = 0.82 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 140 | 44 | - |
| CMYK | 0 | 0.41 | 0.82 | 0.06 |
| HSL | 29.54º | 0.86% | 0.55% | - |
| HSV(B) | 29.54º | 0.82% | 0.94% | - |
| XYZ | 45.43 | 37.29 | 7.19 | - |
| YUV | 158.66 | 63.3 | 185.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 140 | 44 | 0 | 0.41 | 0.82 | 0.06 | 29.54 | 0.86 | 0.55 |
| Hex | EF | 8C | 2C | 0 | 29 | 52 | 6 | 1E | 56 | 37 |
| Octal | 357 | 214 | 54 | 0 | 51 | 122 | 6 | 36 | 126 | 67 |
| Binary | 11101111 | 10001100 | 101100 | 0 | 101001 | 1010010 | 110 | 11110 | 1010110 | 110111 |
Color Harmonies of #EF8C2C
Complementary color
Monochromatic Colors of #EF8C2C
Black with #EF8C2C
Text Example
Text Example
White with #EF8C2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8C2C; }
p { color: rgb(239,140,44); }
H1.HeaderClassName
{
color: #EF8C2C;
}
.AnyTagClassName
{
color: #EF8C2C;
}
</style>
background-color css
<style>
a { background-color: #EF8C2C; }
a { background-color: rgb(239,140,44); }
div.DivClassName
{
background-color: #EF8C2C;
}
.BgClassName
{
background-color: #EF8C2C;
}
</style>
border-color css
<style>
span { border-color: #EF8C2C; }
span { border-color: rgb(239,140,44); }
td.TdClassName
{
border-color: #EF8C2C;
}
.TagClassName
{
border-color: #EF8C2C;
}
</style>