#EF5420

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

Shades of Outrageous Orange #EF5420

Tints of Outrageous Orange #EF5420

Color information

#EF5420 (or 0xEF5420) is unknown color: approx Outrageous Orange. HEX triplet: EF, 54 and 20. RGB value is (239,84,32). Sum of RGB (Red+Green+Blue) = 239+84+32=355 (47% of max value = 765). Red value is 239 (93.75% from 255 or 67.32% from 355); Green value is 84 (33.20% from 255 or 23.66% from 355); Blue value is 32 (12.89% from 255 or 9.01% from 355); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5420 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF5420 is #10ABDF. Grayscale: #7C7C7C. Windows color (decimal): -1092576 or 2118895. OLE color: 2118895.

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

Color convert

RGB2398432-
CMYK00.650.870.06
HSL15.07º86.61%53.14%-
HSV(B)15.07º86.61%93.73%-
XYZ39.0324.84.1-
YUV124.4275.85209.73-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 67.32%
GREEN value IS 84 (33.20% from 255) = 23.66%
BLUE value IS 32 (12.89% from 255) = 9.01%
R=67.32%
G=23.66%
B=9.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.87
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal239843200.650.870.0615.0786.6153.14
HexEF5420041576f5735
Octal35712440010112761712765
Binary11101111101010010000001000001101011111011111010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF5420

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF5420; }

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

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

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

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

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

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

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

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