#EF4005

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

Shades of Orange Red #EF4005

Tints of Orange Red #EF4005

Color information

#EF4005 (or 0xEF4005) is unknown color: approx Orange Red. HEX triplet: EF, 40 and 05. RGB value is (239,64,5). Sum of RGB (Red+Green+Blue) = 239+64+5=308 (40% of max value = 765). Red value is 239 (93.75% from 255 or 77.60% from 308); Green value is 64 (25.39% from 255 or 20.78% from 308); Blue value is 5 (2.34% from 255 or 1.62% from 308); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4005 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF4005 is #10BFFA. Grayscale: #6E6E6E. Windows color (decimal): -1097723 or 344303. OLE color: 344303.

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

Color convert

RGB239645-
CMYK00.730.980.06
HSL15.13º95.9%47.84%-
HSV(B)15.13º97.91%93.73%-
XYZ37.4622.032.42-
YUV109.668.98220.3-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 77.60%
GREEN value IS 64 (25.39% from 255) = 20.78%
BLUE value IS 5 (2.34% from 255) = 1.62%
R=77.60%
G=20.78%
B=1.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.98
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23964500.730.980.0615.1395.947.84
HexEF405049626f6030
Octal3571005011114261714060
Binary11101111100000010101001001110001011011111100000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF4005

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF4005; }

 p { color: rgb(239,64,5); }

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

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

 a { background-color: rgb(239,64,5); }

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

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

 span { border-color: rgb(239,64,5); }

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