Html Css Color HEX #EE360A Orange Red

📋 copy color: '#EE360A'

red 238 ◦ green 54 ◦ blue 10

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

Shades of Orange Red #EE360A

Tints of Orange Red #EE360A

RGB

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

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

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

R = 78.81%
G = 17.88%
B = 3.31%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.96

 K value IS 0.07

RGB Variations

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

Color information

#EE360A (or 0xEE360A) is known color: Orange Red. HEX triplet: EE, 36 and 0A. RGB value is (238,54,10). Sum of RGB (Red+Green+Blue) = 238+54+10=302 (40% of max value = 765). Red value is 238 (93.36% from 255 or 78.81% from 302); Green value is 54 (21.48% from 255 or 17.88% from 302); Blue value is 10 (4.30% from 255 or 3.31% from 302); Max value from RGB is 238 - color contains mainly: red. Hex color #EE360A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EE360A is #11C9F5. Grayscale: #686868. Windows color (decimal): -1165814 or 669422. OLE color: 669422.

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

Color convert

RGB 238 54 10 -
CMYK 0 0.77 0.96 0.07
HSL 11.58º 0.92% 0.49% -
HSV(B) 11.58º 0.96% 0.93% -
XYZ 36.63 20.84 2.38 -
YUV 104 74.96 223.58 -
System Red Green Blue C M Y K H S L
Decimal 238 54 10 0 0.77 0.96 0.07 11.58 0.92 0.49
Hex EE 36 A 0 4D 60 7 C 5C 31
Octal 356 66 12 0 115 140 7 14 134 61
Binary 11101110 110110 1010 0 1001101 1100000 111 1100 1011100 110001

Color Harmonies of #EE360A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE360A

Black with #EE360A

Text Example


Text Example

White with #EE360A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE360A; }

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

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

background-color css

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

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

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

border-color css

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

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

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