Html Css Color HEX #EB460E Orange Red

📋 copy color: '#EB460E'

red 235 ◦ green 70 ◦ blue 14

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

Shades of Orange Red #EB460E

Tints of Orange Red #EB460E

RGB

 RED value IS 235 (92.19% from 255) = 73.67%

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

 BLUE value IS 14 (5.86% from 255) = 4.39%

R = 73.67%
G = 21.94%
B = 4.39%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.94

 K value IS 0.08

RGB Variations

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

Color information

#EB460E (or 0xEB460E) is known color: Orange Red. HEX triplet: EB, 46 and 0E. RGB value is (235,70,14). Sum of RGB (Red+Green+Blue) = 235+70+14=319 (42% of max value = 765). Red value is 235 (92.19% from 255 or 73.67% from 319); Green value is 70 (27.73% from 255 or 21.94% from 319); Blue value is 14 (5.86% from 255 or 4.39% from 319); Max value from RGB is 235 - color contains mainly: red. Hex color #EB460E is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EB460E is #14B9F1. Grayscale: #717171. Windows color (decimal): -1358322 or 935659. OLE color: 935659.

HSL color Cylindrical-coordinate representation of color #EB460E: hue angle of 15.2º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EB460E is Cyan = 0, Magento = 0.70, Yellow = 0.94 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 70 14 -
CMYK 0 0.70 0.94 0.08
HSL 15.2º 0.89% 0.49% -
HSV(B) 15.2º 0.94% 0.92% -
XYZ 36.53 22.07 2.75 -
YUV 112.95 72.16 215.05 -
System Red Green Blue C M Y K H S L
Decimal 235 70 14 0 0.70 0.94 0.08 15.2 0.89 0.49
Hex EB 46 E 0 46 5E 8 F 59 31
Octal 353 106 16 0 106 136 10 17 131 61
Binary 11101011 1000110 1110 0 1000110 1011110 1000 1111 1011001 110001

Color Harmonies of #EB460E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB460E

Black with #EB460E

Text Example


Text Example

White with #EB460E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB460E; }

 p { color: rgb(235,70,14); }

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

background-color css

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

 a { background-color: rgb(235,70,14); }

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

border-color css

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

 span { border-color: rgb(235,70,14); }

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