Html Css Color HEX #EE4316 Orange Red

📋 copy color: '#EE4316'

red 238 ◦ green 67 ◦ blue 22

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

Shades of Orange Red #EE4316

Tints of Orange Red #EE4316

RGB

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

 GREEN value IS 67 (26.56% from 255) = 20.49%

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

R = 72.78%
G = 20.49%
B = 6.73%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.91

 K value IS 0.07

RGB Variations

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

Color information

#EE4316 (or 0xEE4316) is known color: Orange Red. HEX triplet: EE, 43 and 16. RGB value is (238,67,22). Sum of RGB (Red+Green+Blue) = 238+67+22=327 (43% of max value = 765). Red value is 238 (93.36% from 255 or 72.78% from 327); Green value is 67 (26.56% from 255 or 20.49% from 327); Blue value is 22 (8.98% from 255 or 6.73% from 327); Max value from RGB is 238 - color contains mainly: red. Hex color #EE4316 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EE4316 is #11BCE9. Grayscale: #717171. Windows color (decimal): -1162474 or 1459182. OLE color: 1459182.

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

Color convert

RGB 238 67 22 -
CMYK 0 0.72 0.91 0.07
HSL 12.5º 0.86% 0.51% -
HSV(B) 12.5º 0.91% 0.93% -
XYZ 37.41 22.25 3.08 -
YUV 113 76.65 217.16 -
System Red Green Blue C M Y K H S L
Decimal 238 67 22 0 0.72 0.91 0.07 12.5 0.86 0.51
Hex EE 43 16 0 48 5B 7 C 56 33
Octal 356 103 26 0 110 133 7 14 126 63
Binary 11101110 1000011 10110 0 1001000 1011011 111 1100 1010110 110011

Color Harmonies of #EE4316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE4316

Black with #EE4316

Text Example


Text Example

White with #EE4316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE4316; }

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

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

background-color css

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

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

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

border-color css

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

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

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