Html Css Color HEX #EF4601 Orange Red

📋 copy color: '#EF4601'

red 239 ◦ green 70 ◦ blue 1

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

Shades of Orange Red #EF4601

Tints of Orange Red #EF4601

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.32%

R = 77.1%
G = 22.58%
B = 0.32%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 1.00

 K value IS 0.06

RGB Variations

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

Color information

#EF4601 (or 0xEF4601) is known color: Orange Red. HEX triplet: EF, 46 and 01. RGB value is (239,70,1). Sum of RGB (Red+Green+Blue) = 239+70+1=310 (41% of max value = 765). Red value is 239 (93.75% from 255 or 77.10% from 310); Green value is 70 (27.73% from 255 or 22.58% from 310); Blue value is 1 (0.78% from 255 or 0.32% from 310); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4601 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF4601 is #10B9FE. Grayscale: #717171. Windows color (decimal): -1096191 or 83695. OLE color: 83695.

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

Color convert

RGB 239 70 1 -
CMYK 0 0.71 1.00 0.06
HSL 17.39º 0.99% 0.47% -
HSV(B) 17.39º 1% 0.94% -
XYZ 37.79 22.73 2.42 -
YUV 112.67 64.99 218.11 -
System Red Green Blue C M Y K H S L
Decimal 239 70 1 0 0.71 1.00 0.06 17.39 0.99 0.47
Hex EF 46 1 0 47 64 6 11 63 2F
Octal 357 106 1 0 107 144 6 21 143 57
Binary 11101111 1000110 1 0 1000111 1100100 110 10001 1100011 101111

Color Harmonies of #EF4601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF4601

Black with #EF4601

Text Example


Text Example

White with #EF4601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF4601; }

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

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

background-color css

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

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

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

border-color css

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

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

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