Html Css Color HEX #EA4411 Orange Red

📋 copy color: '#EA4411'

red 234 ◦ green 68 ◦ blue 17

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

Shades of Orange Red #EA4411

Tints of Orange Red #EA4411

RGB

 RED value IS 234 (91.8% from 255) = 73.35%

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

 BLUE value IS 17 (7.03% from 255) = 5.33%

R = 73.35%
G = 21.32%
B = 5.33%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.93

 K value IS 0.08

RGB Variations

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

Color information

#EA4411 (or 0xEA4411) is known color: Orange Red. HEX triplet: EA, 44 and 11. RGB value is (234,68,17). Sum of RGB (Red+Green+Blue) = 234+68+17=319 (42% of max value = 765). Red value is 234 (91.80% from 255 or 73.35% from 319); Green value is 68 (26.95% from 255 or 21.32% from 319); Blue value is 17 (7.03% from 255 or 5.33% from 319); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4411 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EA4411 is #15BBEE. Grayscale: #707070. Windows color (decimal): -1424367 or 1131754. OLE color: 1131754.

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

Color convert

RGB 234 68 17 -
CMYK 0 0.71 0.93 0.08
HSL 14.1º 0.86% 0.49% -
HSV(B) 14.1º 0.93% 0.92% -
XYZ 36.1 21.67 2.81 -
YUV 111.82 74.5 215.15 -
System Red Green Blue C M Y K H S L
Decimal 234 68 17 0 0.71 0.93 0.08 14.1 0.86 0.49
Hex EA 44 11 0 47 5D 8 E 56 31
Octal 352 104 21 0 107 135 10 16 126 61
Binary 11101010 1000100 10001 0 1000111 1011101 1000 1110 1010110 110001

Color Harmonies of #EA4411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA4411

Black with #EA4411

Text Example


Text Example

White with #EA4411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA4411; }

 p { color: rgb(234,68,17); }

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

background-color css

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

 a { background-color: rgb(234,68,17); }

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

border-color css

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

 span { border-color: rgb(234,68,17); }

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