Html Css Color HEX #EB440E Orange Red

📋 copy color: '#EB440E'

red 235 ◦ green 68 ◦ blue 14

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

Shades of Orange Red #EB440E

Tints of Orange Red #EB440E

RGB

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

 GREEN value IS 68 (26.95% from 255) = 21.45%

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

R = 74.13%
G = 21.45%
B = 4.42%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.94

 K value IS 0.08

RGB Variations

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

Color information

#EB440E (or 0xEB440E) is known color: Orange Red. HEX triplet: EB, 44 and 0E. RGB value is (235,68,14). Sum of RGB (Red+Green+Blue) = 235+68+14=317 (41% of max value = 765). Red value is 235 (92.19% from 255 or 74.13% from 317); Green value is 68 (26.95% from 255 or 21.45% from 317); Blue value is 14 (5.86% from 255 or 4.42% from 317); Max value from RGB is 235 - color contains mainly: red. Hex color #EB440E is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EB440E is #14BBF1. Grayscale: #707070. Windows color (decimal): -1358834 or 935147. OLE color: 935147.

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

Color convert

RGB 235 68 14 -
CMYK 0 0.71 0.94 0.08
HSL 14.66º 0.89% 0.49% -
HSV(B) 14.66º 0.94% 0.92% -
XYZ 36.41 21.83 2.71 -
YUV 111.78 72.83 215.89 -
System Red Green Blue C M Y K H S L
Decimal 235 68 14 0 0.71 0.94 0.08 14.66 0.89 0.49
Hex EB 44 E 0 47 5E 8 F 59 31
Octal 353 104 16 0 107 136 10 17 131 61
Binary 11101011 1000100 1110 0 1000111 1011110 1000 1111 1011001 110001

Color Harmonies of #EB440E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB440E

Black with #EB440E

Text Example


Text Example

White with #EB440E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB440E; }

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

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

background-color css

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

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

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

border-color css

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

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

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