Html Css Color HEX #EA400C Orange Red

📋 copy color: '#EA400C'

red 234 ◦ green 64 ◦ blue 12

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

Shades of Orange Red #EA400C

Tints of Orange Red #EA400C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.87%

R = 75.48%
G = 20.65%
B = 3.87%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.95

 K value IS 0.08

RGB Variations

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

Color information

#EA400C (or 0xEA400C) is known color: Orange Red. HEX triplet: EA, 40 and 0C. RGB value is (234,64,12). Sum of RGB (Red+Green+Blue) = 234+64+12=310 (41% of max value = 765). Red value is 234 (91.80% from 255 or 75.48% from 310); Green value is 64 (25.39% from 255 or 20.65% from 310); Blue value is 12 (5.08% from 255 or 3.87% from 310); Max value from RGB is 234 - color contains mainly: red. Hex color #EA400C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EA400C is #15BFF3. Grayscale: #6D6D6D. Windows color (decimal): -1425396 or 803050. OLE color: 803050.

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

Color convert

RGB 234 64 12 -
CMYK 0 0.73 0.95 0.08
HSL 14.05º 0.9% 0.48% -
HSV(B) 14.05º 0.95% 0.92% -
XYZ 35.83 21.19 2.55 -
YUV 108.9 73.32 217.23 -
System Red Green Blue C M Y K H S L
Decimal 234 64 12 0 0.73 0.95 0.08 14.05 0.9 0.48
Hex EA 40 C 0 49 5F 8 E 5A 30
Octal 352 100 14 0 111 137 10 16 132 60
Binary 11101010 1000000 1100 0 1001001 1011111 1000 1110 1011010 110000

Color Harmonies of #EA400C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA400C

Black with #EA400C

Text Example


Text Example

White with #EA400C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA400C; }

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

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

background-color css

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

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

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

border-color css

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

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

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