#EF4507

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

Shades of Orange Red #EF4507

Tints of Orange Red #EF4507

Color information

#EF4507 (or 0xEF4507) is unknown color: approx Orange Red. HEX triplet: EF, 45 and 07. RGB value is (239,69,7). Sum of RGB (Red+Green+Blue) = 239+69+7=315 (41% of max value = 765). Red value is 239 (93.75% from 255 or 75.87% from 315); Green value is 69 (27.34% from 255 or 21.90% from 315); Blue value is 7 (3.12% from 255 or 2.22% from 315); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4507 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF4507 is #10BAF8. Grayscale: #717171. Windows color (decimal): -1096441 or 476655. OLE color: 476655.

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

Color convert

RGB239697-
CMYK00.710.970.06
HSL16.03º94.31%48.24%-
HSV(B)16.03º97.07%93.73%-
XYZ37.7622.622.58-
YUV112.7668.32218.04-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 75.87%
GREEN value IS 69 (27.34% from 255) = 21.90%
BLUE value IS 7 (3.12% from 255) = 2.22%
R=75.87%
G=21.90%
B=2.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.97
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23969700.710.970.0616.0394.3148.24
HexEF457047616105e30
Octal3571057010714162013660
Binary111011111000101111010001111100001110100001011110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF4507

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF4507; }

 p { color: rgb(239,69,7); }

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

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

 a { background-color: rgb(239,69,7); }

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

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

 span { border-color: rgb(239,69,7); }

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