Html Css Color HEX #EA4104 Orange Red

📋 copy color: '#EA4104'

red 234 ◦ green 65 ◦ blue 4

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

Shades of Orange Red #EA4104

Tints of Orange Red #EA4104

RGB

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

 GREEN value IS 65 (25.78% from 255) = 21.45%

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

R = 77.23%
G = 21.45%
B = 1.32%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.98

 K value IS 0.08

RGB Variations

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

Color information

#EA4104 (or 0xEA4104) is known color: Orange Red. HEX triplet: EA, 41 and 04. RGB value is (234,65,4). Sum of RGB (Red+Green+Blue) = 234+65+4=303 (40% of max value = 765). Red value is 234 (91.80% from 255 or 77.23% from 303); Green value is 65 (25.78% from 255 or 21.45% from 303); Blue value is 4 (1.95% from 255 or 1.32% from 303); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4104 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EA4104 is #15BEFB. Grayscale: #6C6C6C. Windows color (decimal): -1425148 or 279018. OLE color: 279018.

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

Color convert

RGB 234 65 4 -
CMYK 0 0.72 0.98 0.08
HSL 15.91º 0.97% 0.47% -
HSV(B) 15.91º 0.98% 0.92% -
XYZ 35.84 21.28 2.33 -
YUV 108.58 68.99 217.46 -
System Red Green Blue C M Y K H S L
Decimal 234 65 4 0 0.72 0.98 0.08 15.91 0.97 0.47
Hex EA 41 4 0 48 62 8 10 61 2F
Octal 352 101 4 0 110 142 10 20 141 57
Binary 11101010 1000001 100 0 1001000 1100010 1000 10000 1100001 101111

Color Harmonies of #EA4104

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA4104

Black with #EA4104

Text Example


Text Example

White with #EA4104

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA4104; }

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

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

background-color css

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

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

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

border-color css

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

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

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