Shades of Sunset Orange #EF534A
Tints of Sunset Orange #EF534A
RGB
CMYK
RGB Variations
Color information
#EF534A (or 0xEF534A) is known color: Sunset Orange. HEX triplet: EF, 53 and 4A. RGB value is (239,83,74). Sum of RGB (Red+Green+Blue) = 239+83+74=396 (52% of max value = 765). Red value is 239 (93.75% from 255 or 60.35% from 396); Green value is 83 (32.81% from 255 or 20.96% from 396); Blue value is 74 (29.30% from 255 or 18.69% from 396); Max value from RGB is 239 - color contains mainly: red. Hex color #EF534A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF534A is #10ACB5. Grayscale: #808080. Windows color (decimal): -1092790 or 4871151. OLE color: 4871151.
HSL color Cylindrical-coordinate representation of color #EF534A: hue angle of 3.27º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EF534A is Cyan = 0, Magento = 0.65, Yellow = 0.69 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 83 | 74 | - |
| CMYK | 0 | 0.65 | 0.69 | 0.06 |
| HSL | 3.27º | 0.84% | 0.61% | - |
| HSV(B) | 3.27º | 0.69% | 0.94% | - |
| XYZ | 39.93 | 25.03 | 9.21 | - |
| YUV | 128.62 | 97.18 | 206.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 83 | 74 | 0 | 0.65 | 0.69 | 0.06 | 3.27 | 0.84 | 0.61 |
| Hex | EF | 53 | 4A | 0 | 41 | 45 | 6 | 3 | 54 | 3D |
| Octal | 357 | 123 | 112 | 0 | 101 | 105 | 6 | 3 | 124 | 75 |
| Binary | 11101111 | 1010011 | 1001010 | 0 | 1000001 | 1000101 | 110 | 11 | 1010100 | 111101 |
Color Harmonies of #EF534A
Complementary color
Monochromatic Colors of #EF534A
Black with #EF534A
Text Example
Text Example
White with #EF534A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF534A; }
p { color: rgb(239,83,74); }
H1.HeaderClassName
{
color: #EF534A;
}
.AnyTagClassName
{
color: #EF534A;
}
</style>
background-color css
<style>
a { background-color: #EF534A; }
a { background-color: rgb(239,83,74); }
div.DivClassName
{
background-color: #EF534A;
}
.BgClassName
{
background-color: #EF534A;
}
</style>
border-color css
<style>
span { border-color: #EF534A; }
span { border-color: rgb(239,83,74); }
td.TdClassName
{
border-color: #EF534A;
}
.TagClassName
{
border-color: #EF534A;
}
</style>