Html Css Color HEX #EE4701 Orange Red

📋 copy color: '#EE4701'

red 238 ◦ green 71 ◦ blue 1

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

Shades of Orange Red #EE4701

Tints of Orange Red #EE4701

RGB

 RED value IS 238 (93.36% from 255) = 76.77%

 GREEN value IS 71 (28.13% from 255) = 22.9%

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

R = 76.77%
G = 22.9%
B = 0.32%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 1.00

 K value IS 0.07

RGB Variations

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

Color information

#EE4701 (or 0xEE4701) is known color: Orange Red. HEX triplet: EE, 47 and 01. RGB value is (238,71,1). Sum of RGB (Red+Green+Blue) = 238+71+1=310 (41% of max value = 765). Red value is 238 (93.36% from 255 or 76.77% from 310); Green value is 71 (28.12% from 255 or 22.90% from 310); Blue value is 1 (0.78% from 255 or 0.32% from 310); Max value from RGB is 238 - color contains mainly: red. Hex color #EE4701 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EE4701 is #11B8FE. Grayscale: #717171. Windows color (decimal): -1161471 or 83950. OLE color: 83950.

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

Color convert

RGB 238 71 1 -
CMYK 0 0.70 1.00 0.07
HSL 17.72º 0.99% 0.47% -
HSV(B) 17.72º 1% 0.93% -
XYZ 37.52 22.69 2.43 -
YUV 112.95 64.83 217.19 -
System Red Green Blue C M Y K H S L
Decimal 238 71 1 0 0.70 1.00 0.07 17.72 0.99 0.47
Hex EE 47 1 0 46 64 7 12 63 2F
Octal 356 107 1 0 106 144 7 22 143 57
Binary 11101110 1000111 1 0 1000110 1100100 111 10010 1100011 101111

Color Harmonies of #EE4701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE4701

Black with #EE4701

Text Example


Text Example

White with #EE4701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE4701; }

 p { color: rgb(238,71,1); }

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

background-color css

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

 a { background-color: rgb(238,71,1); }

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

border-color css

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

 span { border-color: rgb(238,71,1); }

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