Html Css Color HEX #EE4614 Orange Red

📋 copy color: '#EE4614'

red 238 ◦ green 70 ◦ blue 20

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

Shades of Orange Red #EE4614

Tints of Orange Red #EE4614

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 6.1%

R = 72.56%
G = 21.34%
B = 6.1%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.92

 K value IS 0.07

RGB Variations

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

Color information

#EE4614 (or 0xEE4614) is known color: Orange Red. HEX triplet: EE, 46 and 14. RGB value is (238,70,20). Sum of RGB (Red+Green+Blue) = 238+70+20=328 (43% of max value = 765). Red value is 238 (93.36% from 255 or 72.56% from 328); Green value is 70 (27.73% from 255 or 21.34% from 328); Blue value is 20 (8.20% from 255 or 6.10% from 328); Max value from RGB is 238 - color contains mainly: red. Hex color #EE4614 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EE4614 is #11B9EB. Grayscale: #727272. Windows color (decimal): -1161708 or 1328878. OLE color: 1328878.

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

Color convert

RGB 238 70 20 -
CMYK 0 0.71 0.92 0.07
HSL 13.76º 0.87% 0.51% -
HSV(B) 13.76º 0.92% 0.93% -
XYZ 37.58 22.61 3.05 -
YUV 114.53 74.66 216.07 -
System Red Green Blue C M Y K H S L
Decimal 238 70 20 0 0.71 0.92 0.07 13.76 0.87 0.51
Hex EE 46 14 0 47 5C 7 E 57 33
Octal 356 106 24 0 107 134 7 16 127 63
Binary 11101110 1000110 10100 0 1000111 1011100 111 1110 1010111 110011

Color Harmonies of #EE4614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE4614

Black with #EE4614

Text Example


Text Example

White with #EE4614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE4614; }

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

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

background-color css

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

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

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

border-color css

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

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

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