#ef572d

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

Shades of Outrageous Orange #EF572D

Tints of Outrageous Orange #EF572D

Color information

#EF572D (or 0xEF572D) is unknown color: approx Outrageous Orange. HEX triplet: EF, 57 and 2D. RGB value is (239,87,45). Sum of RGB (Red+Green+Blue) = 239+87+45=371 (49% of max value = 765). Red value is 239 (93.75% from 255 or 64.42% from 371); Green value is 87 (34.38% from 255 or 23.45% from 371); Blue value is 45 (17.97% from 255 or 12.13% from 371); Max value from RGB is 239 - color contains mainly: red. Hex color #EF572D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF572D is #10A8D2. Grayscale: #7F7F7F. Windows color (decimal): -1091795 or 2971631. OLE color: 2971631.

HSL color Cylindrical-coordinate representation of color #EF572D: hue angle of 12.99º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EF572D is Cyan = 0, Magento = 0.64, Yellow = 0.81 and Black (K on CMYK) = 0.06.

Color convert

RGB2398745-
CMYK00.640.810.06
HSL12.99º85.84%55.69%-
HSV(B)12.99º81.17%93.73%-
XYZ39.4825.365.3-
YUV127.6681.36207.42-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 64.42%
GREEN value IS 87 (34.38% from 255) = 23.45%
BLUE value IS 45 (17.97% from 255) = 12.13%
R=64.42%
G=23.45%
B=12.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.81
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal239874500.640.810.0612.9985.8455.69
HexEF572D040516d5638
Octal35712755010012161512670
Binary11101111101011110110101000000101000111011011010110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ef572d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ef572d; }

 p { color: rgb(239,87,45); }

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

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

 a { background-color: rgb(239,87,45); }

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

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

 span { border-color: rgb(239,87,45); }

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