Html Css Color HEX #EA3700 Orange Red

📋 copy color: '#EA3700'

red 234 ◦ green 55 ◦ blue 0

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

Shades of Orange Red #EA3700

Tints of Orange Red #EA3700

RGB

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

 GREEN value IS 55 (21.88% from 255) = 19.03%

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

R = 80.97%
G = 19.03%
B = 0%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 1

 K value IS 0.08

RGB Variations

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

Color information

#EA3700 (or 0xEA3700) is known color: Orange Red. HEX triplet: EA, 37 and 00. RGB value is (234,55,0). Sum of RGB (Red+Green+Blue) = 234+55+0=289 (38% of max value = 765). Red value is 234 (91.80% from 255 or 80.97% from 289); Green value is 55 (21.88% from 255 or 19.03% from 289); Blue value is 0 (0.39% from 255 or 0% from 289); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3700 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EA3700 is #15C8FF. Grayscale: #666666. Windows color (decimal): -1427712 or 14314. OLE color: 14314.

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

Color convert

RGB 234 55 0 -
CMYK 0 0.76 1 0.08
HSL 14.1º 1% 0.46% -
HSV(B) 14.1º 1% 0.92% -
XYZ 35.3 20.22 2.04 -
YUV 102.25 70.3 221.97 -
System Red Green Blue C M Y K H S L
Decimal 234 55 0 0 0.76 1 0.08 14.1 1 0.46
Hex EA 37 0 0 4C 64 8 E 64 2E
Octal 352 67 0 0 114 144 10 16 144 56
Binary 11101010 110111 0 0 1001100 1100100 1000 1110 1100100 101110

Color Harmonies of #EA3700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA3700

Black with #EA3700

Text Example


Text Example

White with #EA3700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA3700; }

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

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

background-color css

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

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

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

border-color css

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

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

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