Html Css Color HEX #EA3C00 Orange Red

📋 copy color: '#EA3C00'

red 234 ◦ green 60 ◦ blue 0

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

Shades of Orange Red #EA3C00

Tints of Orange Red #EA3C00

RGB

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

 GREEN value IS 60 (23.83% from 255) = 20.41%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 79.59%
G = 20.41%
B = 0%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 1

 K value IS 0.08

RGB Variations

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

Color information

#EA3C00 (or 0xEA3C00) is known color: Orange Red. HEX triplet: EA, 3C and 00. RGB value is (234,60,0). Sum of RGB (Red+Green+Blue) = 234+60+0=294 (38% of max value = 765). Red value is 234 (91.80% from 255 or 79.59% from 294); Green value is 60 (23.83% from 255 or 20.41% from 294); Blue value is 0 (0.39% from 255 or 0% from 294); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3C00 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EA3C00 is #15C3FF. Grayscale: #696969. Windows color (decimal): -1426432 or 15594. OLE color: 15594.

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

Color convert

RGB 234 60 0 -
CMYK 0 0.74 1 0.08
HSL 15.38º 1% 0.46% -
HSV(B) 15.38º 1% 0.92% -
XYZ 35.55 20.72 2.13 -
YUV 105.19 68.65 219.88 -
System Red Green Blue C M Y K H S L
Decimal 234 60 0 0 0.74 1 0.08 15.38 1 0.46
Hex EA 3C 0 0 4A 64 8 F 64 2E
Octal 352 74 0 0 112 144 10 17 144 56
Binary 11101010 111100 0 0 1001010 1100100 1000 1111 1100100 101110

Color Harmonies of #EA3C00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA3C00

Black with #EA3C00

Text Example


Text Example

White with #EA3C00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA3C00; }

 p { color: rgb(234,60,0); }

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

background-color css

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

 a { background-color: rgb(234,60,0); }

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

border-color css

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

 span { border-color: rgb(234,60,0); }

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