Html Css Color HEX #EA3705 Orange Red

📋 copy color: '#EA3705'

red 234 ◦ green 55 ◦ blue 5

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

Shades of Orange Red #EA3705

Tints of Orange Red #EA3705

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.7%

R = 79.59%
G = 18.71%
B = 1.7%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.98

 K value IS 0.08

RGB Variations

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

Color information

#EA3705 (or 0xEA3705) is known color: Orange Red. HEX triplet: EA, 37 and 05. RGB value is (234,55,5). Sum of RGB (Red+Green+Blue) = 234+55+5=294 (38% of max value = 765). Red value is 234 (91.80% from 255 or 79.59% from 294); Green value is 55 (21.88% from 255 or 18.71% from 294); Blue value is 5 (2.34% from 255 or 1.70% from 294); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3705 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EA3705 is #15C8FA. Grayscale: #676767. Windows color (decimal): -1427707 or 341994. OLE color: 341994.

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

Color convert

RGB 234 55 5 -
CMYK 0 0.76 0.98 0.08
HSL 13.1º 0.96% 0.47% -
HSV(B) 13.1º 0.98% 0.92% -
XYZ 35.33 20.24 2.19 -
YUV 102.82 72.8 221.57 -
System Red Green Blue C M Y K H S L
Decimal 234 55 5 0 0.76 0.98 0.08 13.1 0.96 0.47
Hex EA 37 5 0 4C 62 8 D 60 2F
Octal 352 67 5 0 114 142 10 15 140 57
Binary 11101010 110111 101 0 1001100 1100010 1000 1101 1100000 101111

Color Harmonies of #EA3705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA3705

Black with #EA3705

Text Example


Text Example

White with #EA3705

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA3705; }

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

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

background-color css

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

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

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

border-color css

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

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

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