Html Css Color HEX #EE3614 Orange Red

📋 copy color: '#EE3614'

red 238 ◦ green 54 ◦ blue 20

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

Shades of Orange Red #EE3614

Tints of Orange Red #EE3614

RGB

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

 GREEN value IS 54 (21.48% from 255) = 17.31%

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

R = 76.28%
G = 17.31%
B = 6.41%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.92

 K value IS 0.07

RGB Variations

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

Color information

#EE3614 (or 0xEE3614) is known color: Orange Red. HEX triplet: EE, 36 and 14. RGB value is (238,54,20). Sum of RGB (Red+Green+Blue) = 238+54+20=312 (41% of max value = 765). Red value is 238 (93.36% from 255 or 76.28% from 312); Green value is 54 (21.48% from 255 or 17.31% from 312); Blue value is 20 (8.20% from 255 or 6.41% from 312); Max value from RGB is 238 - color contains mainly: red. Hex color #EE3614 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EE3614 is #11C9EB. Grayscale: #696969. Windows color (decimal): -1165804 or 1324782. OLE color: 1324782.

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

Color convert

RGB 238 54 20 -
CMYK 0 0.77 0.92 0.07
HSL 9.36º 0.87% 0.51% -
HSV(B) 9.36º 0.92% 0.93% -
XYZ 36.71 20.87 2.75 -
YUV 105.14 79.96 222.76 -
System Red Green Blue C M Y K H S L
Decimal 238 54 20 0 0.77 0.92 0.07 9.36 0.87 0.51
Hex EE 36 14 0 4D 5C 7 9 57 33
Octal 356 66 24 0 115 134 7 11 127 63
Binary 11101110 110110 10100 0 1001101 1011100 111 1001 1010111 110011

Color Harmonies of #EE3614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE3614

Black with #EE3614

Text Example


Text Example

White with #EE3614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE3614; }

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

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

background-color css

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

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

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

border-color css

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

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

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