Html Css Color HEX #EF4610 Orange Red

📋 copy color: '#EF4610'

red 239 ◦ green 70 ◦ blue 16

#EF4610
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Orange Red #EF4610

Tints of Orange Red #EF4610

RGB

 RED value IS 239 (93.75% from 255) = 73.54%

 GREEN value IS 70 (27.73% from 255) = 21.54%

 BLUE value IS 16 (6.64% from 255) = 4.92%

R = 73.54%
G = 21.54%
B = 4.92%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.93

 K value IS 0.06

RGB Variations

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

Color information

#EF4610 (or 0xEF4610) is known color: Orange Red. HEX triplet: EF, 46 and 10. RGB value is (239,70,16). Sum of RGB (Red+Green+Blue) = 239+70+16=325 (43% of max value = 765). Red value is 239 (93.75% from 255 or 73.54% from 325); Green value is 70 (27.73% from 255 or 21.54% from 325); Blue value is 16 (6.64% from 255 or 4.92% from 325); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4610 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF4610 is #10B9EF. Grayscale: #727272. Windows color (decimal): -1096176 or 1066735. OLE color: 1066735.

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

Color convert

RGB 239 70 16 -
CMYK 0 0.71 0.93 0.06
HSL 14.53º 0.87% 0.5% -
HSV(B) 14.53º 0.93% 0.94% -
XYZ 37.88 22.77 2.89 -
YUV 114.38 72.49 216.89 -
System Red Green Blue C M Y K H S L
Decimal 239 70 16 0 0.71 0.93 0.06 14.53 0.87 0.5
Hex EF 46 10 0 47 5D 6 F 57 32
Octal 357 106 20 0 107 135 6 17 127 62
Binary 11101111 1000110 10000 0 1000111 1011101 110 1111 1010111 110010

Color Harmonies of #EF4610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF4610

Black with #EF4610

Text Example


Text Example

White with #EF4610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF4610; }

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

 H1.HeaderClassName
 {
   color: #EF4610;
 }
 .AnyTagClassName
 {
   color: #EF4610;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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