#EF5442

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

Shades of Sunset Orange #EF5442

Tints of Sunset Orange #EF5442

Color information

#EF5442 (or 0xEF5442) is unknown color: approx Sunset Orange. HEX triplet: EF, 54 and 42. RGB value is (239,84,66). Sum of RGB (Red+Green+Blue) = 239+84+66=389 (51% of max value = 765). Red value is 239 (93.75% from 255 or 61.44% from 389); Green value is 84 (33.20% from 255 or 21.59% from 389); Blue value is 66 (26.17% from 255 or 16.97% from 389); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5442 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF5442 is #10ABBD. Grayscale: #808080. Windows color (decimal): -1092542 or 4347119. OLE color: 4347119.

HSL color Cylindrical-coordinate representation of color #EF5442: hue angle of 6.24º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #EF5442 is Cyan = 0, Magento = 0.65, Yellow = 0.72 and Black (K on CMYK) = 0.06.

Color convert

RGB2398466-
CMYK00.650.720.06
HSL6.24º84.39%59.8%-
HSV(B)6.24º72.38%93.73%-
XYZ39.7525.087.9-
YUV128.2992.85206.96-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 61.44%
GREEN value IS 84 (33.20% from 255) = 21.59%
BLUE value IS 66 (26.17% from 255) = 16.97%
R=61.44%
G=21.59%
B=16.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.72
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal239846600.650.720.066.2484.3959.8
HexEF54420414866543c
Octal35712410201011106612474
Binary11101111101010010000100100000110010001101101010100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF5442

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF5442; }

 p { color: rgb(239,84,66); }

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

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

 a { background-color: rgb(239,84,66); }

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

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

 span { border-color: rgb(239,84,66); }

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