Html Css Color HEX #EE4616 Orange Red

📋 copy color: '#EE4616'

red 238 ◦ green 70 ◦ blue 22

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

Shades of Orange Red #EE4616

Tints of Orange Red #EE4616

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 6.67%

R = 72.12%
G = 21.21%
B = 6.67%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.91

 K value IS 0.07

RGB Variations

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

Color information

#EE4616 (or 0xEE4616) is known color: Orange Red. HEX triplet: EE, 46 and 16. RGB value is (238,70,22). Sum of RGB (Red+Green+Blue) = 238+70+22=330 (43% of max value = 765). Red value is 238 (93.36% from 255 or 72.12% from 330); Green value is 70 (27.73% from 255 or 21.21% from 330); Blue value is 22 (8.98% from 255 or 6.67% from 330); Max value from RGB is 238 - color contains mainly: red. Hex color #EE4616 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EE4616 is #11B9E9. Grayscale: #737373. Windows color (decimal): -1161706 or 1459950. OLE color: 1459950.

HSL color Cylindrical-coordinate representation of color #EE4616: hue angle of 13.33º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EE4616 is Cyan = 0, Magento = 0.71, Yellow = 0.91 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 70 22 -
CMYK 0 0.71 0.91 0.07
HSL 13.33º 0.86% 0.51% -
HSV(B) 13.33º 0.91% 0.93% -
XYZ 37.59 22.62 3.14 -
YUV 114.76 75.66 215.9 -
System Red Green Blue C M Y K H S L
Decimal 238 70 22 0 0.71 0.91 0.07 13.33 0.86 0.51
Hex EE 46 16 0 47 5B 7 D 56 33
Octal 356 106 26 0 107 133 7 15 126 63
Binary 11101110 1000110 10110 0 1000111 1011011 111 1101 1010110 110011

Color Harmonies of #EE4616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE4616

Black with #EE4616

Text Example


Text Example

White with #EE4616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE4616; }

 p { color: rgb(238,70,22); }

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

background-color css

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

 a { background-color: rgb(238,70,22); }

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

border-color css

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

 span { border-color: rgb(238,70,22); }

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