Html Css Color HEX #EB460C Orange Red

📋 copy color: '#EB460C'

red 235 ◦ green 70 ◦ blue 12

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

Shades of Orange Red #EB460C

Tints of Orange Red #EB460C

RGB

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

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

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

R = 74.13%
G = 22.08%
B = 3.79%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.95

 K value IS 0.08

RGB Variations

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

Color information

#EB460C (or 0xEB460C) is known color: Orange Red. HEX triplet: EB, 46 and 0C. RGB value is (235,70,12). Sum of RGB (Red+Green+Blue) = 235+70+12=317 (41% of max value = 765). Red value is 235 (92.19% from 255 or 74.13% from 317); Green value is 70 (27.73% from 255 or 22.08% from 317); Blue value is 12 (5.08% from 255 or 3.79% from 317); Max value from RGB is 235 - color contains mainly: red. Hex color #EB460C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EB460C is #14B9F3. Grayscale: #717171. Windows color (decimal): -1358324 or 804587. OLE color: 804587.

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

Color convert

RGB 235 70 12 -
CMYK 0 0.70 0.95 0.08
HSL 15.61º 0.9% 0.48% -
HSV(B) 15.61º 0.95% 0.92% -
XYZ 36.52 22.07 2.68 -
YUV 112.72 71.16 215.22 -
System Red Green Blue C M Y K H S L
Decimal 235 70 12 0 0.70 0.95 0.08 15.61 0.9 0.48
Hex EB 46 C 0 46 5F 8 10 5A 30
Octal 353 106 14 0 106 137 10 20 132 60
Binary 11101011 1000110 1100 0 1000110 1011111 1000 10000 1011010 110000

Color Harmonies of #EB460C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB460C

Black with #EB460C

Text Example


Text Example

White with #EB460C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB460C; }

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

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

background-color css

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

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

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

border-color css

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

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

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