Html Css Color HEX #EE460B Orange Red

📋 copy color: '#EE460B'

red 238 ◦ green 70 ◦ blue 11

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

Shades of Orange Red #EE460B

Tints of Orange Red #EE460B

RGB

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

 GREEN value IS 70 (27.73% from 255) = 21.94%

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

R = 74.61%
G = 21.94%
B = 3.45%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.95

 K value IS 0.07

RGB Variations

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

Color information

#EE460B (or 0xEE460B) is known color: Orange Red. HEX triplet: EE, 46 and 0B. RGB value is (238,70,11). Sum of RGB (Red+Green+Blue) = 238+70+11=319 (42% of max value = 765). Red value is 238 (93.36% from 255 or 74.61% from 319); Green value is 70 (27.73% from 255 or 21.94% from 319); Blue value is 11 (4.69% from 255 or 3.45% from 319); Max value from RGB is 238 - color contains mainly: red. Hex color #EE460B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EE460B is #11B9F4. Grayscale: #717171. Windows color (decimal): -1161717 or 739054. OLE color: 739054.

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

Color convert

RGB 238 70 11 -
CMYK 0 0.71 0.95 0.07
HSL 15.59º 0.91% 0.49% -
HSV(B) 15.59º 0.95% 0.93% -
XYZ 37.51 22.58 2.7 -
YUV 113.51 70.16 216.8 -
System Red Green Blue C M Y K H S L
Decimal 238 70 11 0 0.71 0.95 0.07 15.59 0.91 0.49
Hex EE 46 B 0 47 5F 7 10 5B 31
Octal 356 106 13 0 107 137 7 20 133 61
Binary 11101110 1000110 1011 0 1000111 1011111 111 10000 1011011 110001

Color Harmonies of #EE460B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE460B

Black with #EE460B

Text Example


Text Example

White with #EE460B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE460B; }

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

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

background-color css

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

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

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

border-color css

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

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

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