Html Css Color HEX #EE440F Orange Red

📋 copy color: '#EE440F'

red 238 ◦ green 68 ◦ blue 15

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

Shades of Orange Red #EE440F

Tints of Orange Red #EE440F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.67%

R = 74.14%
G = 21.18%
B = 4.67%

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

#EE440F (or 0xEE440F) is known color: Orange Red. HEX triplet: EE, 44 and 0F. RGB value is (238,68,15). Sum of RGB (Red+Green+Blue) = 238+68+15=321 (42% of max value = 765). Red value is 238 (93.36% from 255 or 74.14% from 321); Green value is 68 (26.95% from 255 or 21.18% from 321); Blue value is 15 (6.25% from 255 or 4.67% from 321); Max value from RGB is 238 - color contains mainly: red. Hex color #EE440F is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EE440F is #11BBF0. Grayscale: #717171. Windows color (decimal): -1162225 or 1000686. OLE color: 1000686.

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

Color convert

RGB 238 68 15 -
CMYK 0 0.71 0.94 0.07
HSL 14.26º 0.88% 0.5% -
HSV(B) 14.26º 0.94% 0.93% -
XYZ 37.41 22.35 2.79 -
YUV 112.79 72.82 217.31 -
System Red Green Blue C M Y K H S L
Decimal 238 68 15 0 0.71 0.94 0.07 14.26 0.88 0.5
Hex EE 44 F 0 47 5E 7 E 58 32
Octal 356 104 17 0 107 136 7 16 130 62
Binary 11101110 1000100 1111 0 1000111 1011110 111 1110 1011000 110010

Color Harmonies of #EE440F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE440F

Black with #EE440F

Text Example


Text Example

White with #EE440F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE440F; }

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

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

background-color css

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

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

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

border-color css

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

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

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