#EF5520

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

Shades of Outrageous Orange #EF5520

Tints of Outrageous Orange #EF5520

Color information

#EF5520 (or 0xEF5520) is unknown color: approx Outrageous Orange. HEX triplet: EF, 55 and 20. RGB value is (239,85,32). Sum of RGB (Red+Green+Blue) = 239+85+32=356 (47% of max value = 765). Red value is 239 (93.75% from 255 or 67.13% from 356); Green value is 85 (33.59% from 255 or 23.88% from 356); Blue value is 32 (12.89% from 255 or 8.99% from 356); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5520 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF5520 is #10AADF. Grayscale: #7D7D7D. Windows color (decimal): -1092320 or 2119151. OLE color: 2119151.

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

Color convert

RGB2398532-
CMYK00.640.870.06
HSL15.36º86.61%53.14%-
HSV(B)15.36º86.61%93.73%-
XYZ39.1124.954.12-
YUV12575.52209.31-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 67.13%
GREEN value IS 85 (33.59% from 255) = 23.88%
BLUE value IS 32 (12.89% from 255) = 8.99%
R=67.13%
G=23.88%
B=8.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.87
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal239853200.640.870.0615.3686.6153.14
HexEF5520040576f5735
Octal35712540010012761712765
Binary11101111101010110000001000000101011111011111010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF5520

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF5520; }

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

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

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

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

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

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

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

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