Shades of Burnt Orange #EF672A
Tints of Burnt Orange #EF672A
RGB
CMYK
RGB Variations
Color information
#EF672A (or 0xEF672A) is known color: Burnt Orange. HEX triplet: EF, 67 and 2A. RGB value is (239,103,42). Sum of RGB (Red+Green+Blue) = 239+103+42=384 (50% of max value = 765). Red value is 239 (93.75% from 255 or 62.24% from 384); Green value is 103 (40.62% from 255 or 26.82% from 384); Blue value is 42 (16.80% from 255 or 10.94% from 384); Max value from RGB is 239 - color contains mainly: red. Hex color #EF672A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF672A is #1098D5. Grayscale: #898989. Windows color (decimal): -1087702 or 2779119. OLE color: 2779119.
HSL color Cylindrical-coordinate representation of color #EF672A: hue angle of 18.58º 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 #EF672A is Cyan = 0, Magento = 0.57, Yellow = 0.82 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 103 | 42 | - |
| CMYK | 0 | 0.57 | 0.82 | 0.06 |
| HSL | 18.58º | 0.86% | 0.55% | - |
| HSV(B) | 18.58º | 0.82% | 0.94% | - |
| XYZ | 40.86 | 28.22 | 5.48 | - |
| YUV | 136.71 | 74.56 | 200.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 103 | 42 | 0 | 0.57 | 0.82 | 0.06 | 18.58 | 0.86 | 0.55 |
| Hex | EF | 67 | 2A | 0 | 39 | 52 | 6 | 13 | 56 | 37 |
| Octal | 357 | 147 | 52 | 0 | 71 | 122 | 6 | 23 | 126 | 67 |
| Binary | 11101111 | 1100111 | 101010 | 0 | 111001 | 1010010 | 110 | 10011 | 1010110 | 110111 |
Color Harmonies of #EF672A
Complementary color
Monochromatic Colors of #EF672A
Black with #EF672A
Text Example
Text Example
White with #EF672A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF672A; }
p { color: rgb(239,103,42); }
H1.HeaderClassName
{
color: #EF672A;
}
.AnyTagClassName
{
color: #EF672A;
}
</style>
background-color css
<style>
a { background-color: #EF672A; }
a { background-color: rgb(239,103,42); }
div.DivClassName
{
background-color: #EF672A;
}
.BgClassName
{
background-color: #EF672A;
}
</style>
border-color css
<style>
span { border-color: #EF672A; }
span { border-color: rgb(239,103,42); }
td.TdClassName
{
border-color: #EF672A;
}
.TagClassName
{
border-color: #EF672A;
}
</style>