Html Css Color HEX #EE3C0B Orange Red

📋 copy color: '#EE3C0B'

red 238 ◦ green 60 ◦ blue 11

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

Shades of Orange Red #EE3C0B

Tints of Orange Red #EE3C0B

RGB

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

 GREEN value IS 60 (23.83% from 255) = 19.42%

 BLUE value IS 11 (4.69% from 255) = 3.56%

R = 77.02%
G = 19.42%
B = 3.56%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.95

 K value IS 0.07

RGB Variations

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

Color information

#EE3C0B (or 0xEE3C0B) is known color: Orange Red. HEX triplet: EE, 3C and 0B. RGB value is (238,60,11). Sum of RGB (Red+Green+Blue) = 238+60+11=309 (40% of max value = 765). Red value is 238 (93.36% from 255 or 77.02% from 309); Green value is 60 (23.83% from 255 or 19.42% from 309); Blue value is 11 (4.69% from 255 or 3.56% from 309); Max value from RGB is 238 - color contains mainly: red. Hex color #EE3C0B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EE3C0B is #11C3F4. Grayscale: #6C6C6C. Windows color (decimal): -1164277 or 736494. OLE color: 736494.

HSL color Cylindrical-coordinate representation of color #EE3C0B: hue angle of 12.95º degrees, saturation: 0.91, 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 #EE3C0B is Cyan = 0, Magento = 0.75, Yellow = 0.95 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 60 11 -
CMYK 0 0.75 0.95 0.07
HSL 12.95º 0.91% 0.49% -
HSV(B) 12.95º 0.95% 0.93% -
XYZ 36.94 21.43 2.51 -
YUV 107.64 73.47 220.98 -
System Red Green Blue C M Y K H S L
Decimal 238 60 11 0 0.75 0.95 0.07 12.95 0.91 0.49
Hex EE 3C B 0 4B 5F 7 D 5B 31
Octal 356 74 13 0 113 137 7 15 133 61
Binary 11101110 111100 1011 0 1001011 1011111 111 1101 1011011 110001

Color Harmonies of #EE3C0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE3C0B

Black with #EE3C0B

Text Example


Text Example

White with #EE3C0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE3C0B; }

 p { color: rgb(238,60,11); }

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

background-color css

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

 a { background-color: rgb(238,60,11); }

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

border-color css

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

 span { border-color: rgb(238,60,11); }

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