Html Css Color HEX #EE400B Orange Red

📋 copy color: '#EE400B'

red 238 ◦ green 64 ◦ blue 11

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

Shades of Orange Red #EE400B

Tints of Orange Red #EE400B

RGB

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

 GREEN value IS 64 (25.39% from 255) = 20.45%

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

R = 76.04%
G = 20.45%
B = 3.51%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.95

 K value IS 0.07

RGB Variations

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

Color information

#EE400B (or 0xEE400B) is known color: Orange Red. HEX triplet: EE, 40 and 0B. RGB value is (238,64,11). Sum of RGB (Red+Green+Blue) = 238+64+11=313 (41% of max value = 765). Red value is 238 (93.36% from 255 or 76.04% from 313); Green value is 64 (25.39% from 255 or 20.45% from 313); Blue value is 11 (4.69% from 255 or 3.51% from 313); Max value from RGB is 238 - color contains mainly: red. Hex color #EE400B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EE400B is #11BFF4. Grayscale: #6E6E6E. Windows color (decimal): -1163253 or 737518. OLE color: 737518.

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

Color convert

RGB 238 64 11 -
CMYK 0 0.73 0.95 0.07
HSL 14.01º 0.91% 0.49% -
HSV(B) 14.01º 0.95% 0.93% -
XYZ 37.15 21.87 2.58 -
YUV 109.98 72.15 219.31 -
System Red Green Blue C M Y K H S L
Decimal 238 64 11 0 0.73 0.95 0.07 14.01 0.91 0.49
Hex EE 40 B 0 49 5F 7 E 5B 31
Octal 356 100 13 0 111 137 7 16 133 61
Binary 11101110 1000000 1011 0 1001001 1011111 111 1110 1011011 110001

Color Harmonies of #EE400B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE400B

Black with #EE400B

Text Example


Text Example

White with #EE400B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE400B; }

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

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

background-color css

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

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

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

border-color css

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

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

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