Html Css Color HEX #EE440A Orange Red

📋 copy color: '#EE440A'

red 238 ◦ green 68 ◦ blue 10

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

Shades of Orange Red #EE440A

Tints of Orange Red #EE440A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.16%

R = 75.32%
G = 21.52%
B = 3.16%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.96

 K value IS 0.07

RGB Variations

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

Color information

#EE440A (or 0xEE440A) is known color: Orange Red. HEX triplet: EE, 44 and 0A. RGB value is (238,68,10). Sum of RGB (Red+Green+Blue) = 238+68+10=316 (41% of max value = 765). Red value is 238 (93.36% from 255 or 75.32% from 316); Green value is 68 (26.95% from 255 or 21.52% from 316); Blue value is 10 (4.30% from 255 or 3.16% from 316); Max value from RGB is 238 - color contains mainly: red. Hex color #EE440A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EE440A is #11BBF5. Grayscale: #707070. Windows color (decimal): -1162230 or 673006. OLE color: 673006.

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

Color convert

RGB 238 68 10 -
CMYK 0 0.71 0.96 0.07
HSL 15.26º 0.92% 0.49% -
HSV(B) 15.26º 0.96% 0.93% -
XYZ 37.38 22.33 2.63 -
YUV 112.22 70.32 217.72 -
System Red Green Blue C M Y K H S L
Decimal 238 68 10 0 0.71 0.96 0.07 15.26 0.92 0.49
Hex EE 44 A 0 47 60 7 F 5C 31
Octal 356 104 12 0 107 140 7 17 134 61
Binary 11101110 1000100 1010 0 1000111 1100000 111 1111 1011100 110001

Color Harmonies of #EE440A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE440A

Black with #EE440A

Text Example


Text Example

White with #EE440A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE440A; }

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

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

background-color css

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

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

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

border-color css

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

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

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