Html Css Color HEX #EE3714 Orange Red

📋 copy color: '#EE3714'

red 238 ◦ green 55 ◦ blue 20

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

Shades of Orange Red #EE3714

Tints of Orange Red #EE3714

RGB

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

 GREEN value IS 55 (21.88% from 255) = 17.57%

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

R = 76.04%
G = 17.57%
B = 6.39%

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

#EE3714 (or 0xEE3714) is known color: Orange Red. HEX triplet: EE, 37 and 14. RGB value is (238,55,20). Sum of RGB (Red+Green+Blue) = 238+55+20=313 (41% of max value = 765). Red value is 238 (93.36% from 255 or 76.04% from 313); Green value is 55 (21.88% from 255 or 17.57% from 313); Blue value is 20 (8.20% from 255 or 6.39% from 313); Max value from RGB is 238 - color contains mainly: red. Hex color #EE3714 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EE3714 is #11C8EB. Grayscale: #6A6A6A. Windows color (decimal): -1165548 or 1325038. OLE color: 1325038.

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

Color convert

RGB 238 55 20 -
CMYK 0 0.77 0.92 0.07
HSL 9.63º 0.87% 0.51% -
HSV(B) 9.63º 0.92% 0.93% -
XYZ 36.75 20.96 2.77 -
YUV 105.73 79.63 222.35 -
System Red Green Blue C M Y K H S L
Decimal 238 55 20 0 0.77 0.92 0.07 9.63 0.87 0.51
Hex EE 37 14 0 4D 5C 7 A 57 33
Octal 356 67 24 0 115 134 7 12 127 63
Binary 11101110 110111 10100 0 1001101 1011100 111 1010 1010111 110011

Color Harmonies of #EE3714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE3714

Black with #EE3714

Text Example


Text Example

White with #EE3714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE3714; }

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

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

background-color css

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

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

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

border-color css

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

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

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