Html Css Color HEX #EE360C Orange Red

📋 copy color: '#EE360C'

red 238 ◦ green 54 ◦ blue 12

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

Shades of Orange Red #EE360C

Tints of Orange Red #EE360C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.95%

R = 78.29%
G = 17.76%
B = 3.95%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.95

 K value IS 0.07

RGB Variations

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

Color information

#EE360C (or 0xEE360C) is known color: Orange Red. HEX triplet: EE, 36 and 0C. RGB value is (238,54,12). Sum of RGB (Red+Green+Blue) = 238+54+12=304 (40% of max value = 765). Red value is 238 (93.36% from 255 or 78.29% from 304); Green value is 54 (21.48% from 255 or 17.76% from 304); Blue value is 12 (5.08% from 255 or 3.95% from 304); Max value from RGB is 238 - color contains mainly: red. Hex color #EE360C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EE360C is #11C9F3. Grayscale: #686868. Windows color (decimal): -1165812 or 800494. OLE color: 800494.

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

Color convert

RGB 238 54 12 -
CMYK 0 0.77 0.95 0.07
HSL 11.15º 0.9% 0.49% -
HSV(B) 11.15º 0.95% 0.93% -
XYZ 36.65 20.84 2.44 -
YUV 104.23 75.96 223.42 -
System Red Green Blue C M Y K H S L
Decimal 238 54 12 0 0.77 0.95 0.07 11.15 0.9 0.49
Hex EE 36 C 0 4D 5F 7 B 5A 31
Octal 356 66 14 0 115 137 7 13 132 61
Binary 11101110 110110 1100 0 1001101 1011111 111 1011 1011010 110001

Color Harmonies of #EE360C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE360C

Black with #EE360C

Text Example


Text Example

White with #EE360C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE360C; }

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

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

background-color css

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

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

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

border-color css

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

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

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