#EF3F05

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

Shades of Orange Red #EF3F05

Tints of Orange Red #EF3F05

Color information

#EF3F05 (or 0xEF3F05) is unknown color: approx Orange Red. HEX triplet: EF, 3F and 05. RGB value is (239,63,5). Sum of RGB (Red+Green+Blue) = 239+63+5=307 (40% of max value = 765). Red value is 239 (93.75% from 255 or 77.85% from 307); Green value is 63 (25% from 255 or 20.52% from 307); Blue value is 5 (2.34% from 255 or 1.63% from 307); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3F05 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF3F05 is #10C0FA. Grayscale: #6D6D6D. Windows color (decimal): -1097979 or 344047. OLE color: 344047.

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

Color convert

RGB239635-
CMYK00.740.980.06
HSL14.87º95.9%47.84%-
HSV(B)14.87º97.91%93.73%-
XYZ37.421.922.4-
YUV109.0169.31220.72-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 77.85%
GREEN value IS 63 (25% from 255) = 20.52%
BLUE value IS 5 (2.34% from 255) = 1.63%
R=77.85%
G=20.52%
B=1.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.98
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23963500.740.980.0614.8795.947.84
HexEF3F504A626f6030
Octal357775011214261714060
Binary1110111111111110101001010110001011011111100000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF3F05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF3F05; }

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

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

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

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

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

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

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

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