#EF5249

Color #EF5249 Sunset Orange (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sunset Orange #EF5249

Tints of Sunset Orange #EF5249

Color information

#EF5249 (or 0xEF5249) is unknown color: approx Sunset Orange. HEX triplet: EF, 52 and 49. RGB value is (239,82,73). Sum of RGB (Red+Green+Blue) = 239+82+73=394 (52% of max value = 765). Red value is 239 (93.75% from 255 or 60.66% from 394); Green value is 82 (32.42% from 255 or 20.81% from 394); Blue value is 73 (28.91% from 255 or 18.53% from 394); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5249 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF5249 is #10ADB6. Grayscale: #808080. Windows color (decimal): -1093047 or 4805359. OLE color: 4805359.

HSL color Cylindrical-coordinate representation of color #EF5249: hue angle of 3.25º 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 #EF5249 is Cyan = 0, Magento = 0.66, Yellow = 0.69 and Black (K on CMYK) = 0.06.

Color convert

RGB2398273-
CMYK00.660.690.06
HSL3.25º83.84%61.18%-
HSV(B)3.25º69.46%93.73%-
XYZ39.8224.879-
YUV127.9297.01207.23-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 239 (93.75% from 255) = 60.66%
GREEN value IS 82 (32.42% from 255) = 20.81%
BLUE value IS 73 (28.91% from 255) = 18.53%
R=60.66%
G=20.81%
B=18.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.69
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal239827300.660.690.063.2583.8461.18
HexEF52490424563543d
Octal35712211101021056312475
Binary1110111110100101001001010000101000101110111010100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF5249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF5249; }

 p { color: rgb(239,82,73); }

 H1.HeaderClassName
 {
   color: #EF5249;
 }
 .AnyTagClassName
 {
   color: #EF5249;
 }
</style>
background-color css

<style>
 a { background-color: #EF5249; }

 a { background-color: rgb(239,82,73); }

 div.DivClassName
 {
   background-color: #EF5249;
 }
 .BgClassName
 {
   background-color: #EF5249;
 }
</style>
border-color css

<style>
 span { border-color: #EF5249; }

 span { border-color: rgb(239,82,73); }

 td.TdClassName
 {
   border-color: #EF5249;
 }
 .TagClassName
 {
   border-color: #EF5249;
 }
</style>