Html Css Color HEX #EA4404 Orange Red

📋 copy color: '#EA4404'

red 234 ◦ green 68 ◦ blue 4

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

Shades of Orange Red #EA4404

Tints of Orange Red #EA4404

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.31%

R = 76.47%
G = 22.22%
B = 1.31%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.98

 K value IS 0.08

RGB Variations

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

Color information

#EA4404 (or 0xEA4404) is known color: Orange Red. HEX triplet: EA, 44 and 04. RGB value is (234,68,4). Sum of RGB (Red+Green+Blue) = 234+68+4=306 (40% of max value = 765). Red value is 234 (91.80% from 255 or 76.47% from 306); Green value is 68 (26.95% from 255 or 22.22% from 306); Blue value is 4 (1.95% from 255 or 1.31% from 306); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4404 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EA4404 is #15BBFB. Grayscale: #6E6E6E. Windows color (decimal): -1424380 or 279786. OLE color: 279786.

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

Color convert

RGB 234 68 4 -
CMYK 0 0.71 0.98 0.08
HSL 16.7º 0.97% 0.47% -
HSV(B) 16.7º 0.98% 0.92% -
XYZ 36.02 21.64 2.39 -
YUV 110.34 68 216.2 -
System Red Green Blue C M Y K H S L
Decimal 234 68 4 0 0.71 0.98 0.08 16.7 0.97 0.47
Hex EA 44 4 0 47 62 8 11 61 2F
Octal 352 104 4 0 107 142 10 21 141 57
Binary 11101010 1000100 100 0 1000111 1100010 1000 10001 1100001 101111

Color Harmonies of #EA4404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA4404

Black with #EA4404

Text Example


Text Example

White with #EA4404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA4404; }

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

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

background-color css

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

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

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

border-color css

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

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

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