Html Css Color HEX #EE4916 Orange Red

📋 copy color: '#EE4916'

red 238 ◦ green 73 ◦ blue 22

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

Shades of Orange Red #EE4916

Tints of Orange Red #EE4916

RGB

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

 GREEN value IS 73 (28.91% from 255) = 21.92%

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

R = 71.47%
G = 21.92%
B = 6.61%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.91

 K value IS 0.07

RGB Variations

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

Color information

#EE4916 (or 0xEE4916) is known color: Orange Red. HEX triplet: EE, 49 and 16. RGB value is (238,73,22). Sum of RGB (Red+Green+Blue) = 238+73+22=333 (44% of max value = 765). Red value is 238 (93.36% from 255 or 71.47% from 333); Green value is 73 (28.91% from 255 or 21.92% from 333); Blue value is 22 (8.98% from 255 or 6.61% from 333); Max value from RGB is 238 - color contains mainly: red. Hex color #EE4916 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EE4916 is #11B6E9. Grayscale: #747474. Windows color (decimal): -1160938 or 1460718. OLE color: 1460718.

HSL color Cylindrical-coordinate representation of color #EE4916: hue angle of 14.17º 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 #EE4916 is Cyan = 0, Magento = 0.69, Yellow = 0.91 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 73 22 -
CMYK 0 0.69 0.91 0.07
HSL 14.17º 0.86% 0.51% -
HSV(B) 14.17º 0.91% 0.93% -
XYZ 37.79 23 3.21 -
YUV 116.52 74.66 214.65 -
System Red Green Blue C M Y K H S L
Decimal 238 73 22 0 0.69 0.91 0.07 14.17 0.86 0.51
Hex EE 49 16 0 45 5B 7 E 56 33
Octal 356 111 26 0 105 133 7 16 126 63
Binary 11101110 1001001 10110 0 1000101 1011011 111 1110 1010110 110011

Color Harmonies of #EE4916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE4916

Black with #EE4916

Text Example


Text Example

White with #EE4916

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE4916; }

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

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

background-color css

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

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

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

border-color css

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

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

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