#EF4210

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

Shades of Orange Red #EF4210

Tints of Orange Red #EF4210

Color information

#EF4210 (or 0xEF4210) is unknown color: approx Orange Red. HEX triplet: EF, 42 and 10. RGB value is (239,66,16). Sum of RGB (Red+Green+Blue) = 239+66+16=321 (42% of max value = 765). Red value is 239 (93.75% from 255 or 74.45% from 321); Green value is 66 (26.17% from 255 or 20.56% from 321); Blue value is 16 (6.64% from 255 or 4.98% from 321); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4210 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF4210 is #10BDEF. Grayscale: #707070. Windows color (decimal): -1097200 or 1065711. OLE color: 1065711.

HSL color Cylindrical-coordinate representation of color #EF4210: hue angle of 13.45º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EF4210 is Cyan = 0, Magento = 0.72, Yellow = 0.93 and Black (K on CMYK) = 0.06.

Color convert

RGB2396616-
CMYK00.720.930.06
HSL13.45º87.45%50%-
HSV(B)13.45º93.31%93.73%-
XYZ37.6422.282.81-
YUV112.0373.81218.57-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 74.45%
GREEN value IS 66 (26.17% from 255) = 20.56%
BLUE value IS 16 (6.64% from 255) = 4.98%
R=74.45%
G=20.56%
B=4.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.93
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal239661600.720.930.0613.4587.4550
HexEF42100485D6d5732
Octal35710220011013561512762
Binary1110111110000101000001001000101110111011011010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF4210

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF4210; }

 p { color: rgb(239,66,16); }

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

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

 a { background-color: rgb(239,66,16); }

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

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

 span { border-color: rgb(239,66,16); }

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