Html Css Color HEX #EA4012 Orange Red

📋 copy color: '#EA4012'

red 234 ◦ green 64 ◦ blue 18

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

Shades of Orange Red #EA4012

Tints of Orange Red #EA4012

RGB

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

 GREEN value IS 64 (25.39% from 255) = 20.25%

 BLUE value IS 18 (7.42% from 255) = 5.7%

R = 74.05%
G = 20.25%
B = 5.7%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.92

 K value IS 0.08

RGB Variations

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

Color information

#EA4012 (or 0xEA4012) is known color: Orange Red. HEX triplet: EA, 40 and 12. RGB value is (234,64,18). Sum of RGB (Red+Green+Blue) = 234+64+18=316 (41% of max value = 765). Red value is 234 (91.80% from 255 or 74.05% from 316); Green value is 64 (25.39% from 255 or 20.25% from 316); Blue value is 18 (7.42% from 255 or 5.70% from 316); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4012 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EA4012 is #15BFED. Grayscale: #6D6D6D. Windows color (decimal): -1425390 or 1196266. OLE color: 1196266.

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

Color convert

RGB 234 64 18 -
CMYK 0 0.73 0.92 0.08
HSL 12.78º 0.86% 0.49% -
HSV(B) 12.78º 0.92% 0.92% -
XYZ 35.87 21.2 2.77 -
YUV 109.59 76.32 216.74 -
System Red Green Blue C M Y K H S L
Decimal 234 64 18 0 0.73 0.92 0.08 12.78 0.86 0.49
Hex EA 40 12 0 49 5C 8 D 56 31
Octal 352 100 22 0 111 134 10 15 126 61
Binary 11101010 1000000 10010 0 1001001 1011100 1000 1101 1010110 110001

Color Harmonies of #EA4012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA4012

Black with #EA4012

Text Example


Text Example

White with #EA4012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA4012; }

 p { color: rgb(234,64,18); }

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

background-color css

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

 a { background-color: rgb(234,64,18); }

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

border-color css

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

 span { border-color: rgb(234,64,18); }

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