Html Css Color HEX #EE440E Orange Red

📋 copy color: '#EE440E'

red 238 ◦ green 68 ◦ blue 14

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

Shades of Orange Red #EE440E

Tints of Orange Red #EE440E

RGB

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

 GREEN value IS 68 (26.95% from 255) = 21.25%

 BLUE value IS 14 (5.86% from 255) = 4.38%

R = 74.38%
G = 21.25%
B = 4.38%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.94

 K value IS 0.07

RGB Variations

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

Color information

#EE440E (or 0xEE440E) is known color: Orange Red. HEX triplet: EE, 44 and 0E. RGB value is (238,68,14). Sum of RGB (Red+Green+Blue) = 238+68+14=320 (42% of max value = 765). Red value is 238 (93.36% from 255 or 74.38% from 320); Green value is 68 (26.95% from 255 or 21.25% from 320); Blue value is 14 (5.86% from 255 or 4.38% from 320); Max value from RGB is 238 - color contains mainly: red. Hex color #EE440E is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EE440E is #11BBF1. Grayscale: #717171. Windows color (decimal): -1162226 or 935150. OLE color: 935150.

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

Color convert

RGB 238 68 14 -
CMYK 0 0.71 0.94 0.07
HSL 14.46º 0.89% 0.49% -
HSV(B) 14.46º 0.94% 0.93% -
XYZ 37.41 22.34 2.76 -
YUV 112.67 72.32 217.39 -
System Red Green Blue C M Y K H S L
Decimal 238 68 14 0 0.71 0.94 0.07 14.46 0.89 0.49
Hex EE 44 E 0 47 5E 7 E 59 31
Octal 356 104 16 0 107 136 7 16 131 61
Binary 11101110 1000100 1110 0 1000111 1011110 111 1110 1011001 110001

Color Harmonies of #EE440E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE440E

Black with #EE440E

Text Example


Text Example

White with #EE440E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE440E; }

 p { color: rgb(238,68,14); }

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

background-color css

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

 a { background-color: rgb(238,68,14); }

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

border-color css

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

 span { border-color: rgb(238,68,14); }

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