Html Css Color HEX #EA3A05 Orange Red

📋 copy color: '#EA3A05'

red 234 ◦ green 58 ◦ blue 5

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

Shades of Orange Red #EA3A05

Tints of Orange Red #EA3A05

RGB

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

 GREEN value IS 58 (23.05% from 255) = 19.53%

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

R = 78.79%
G = 19.53%
B = 1.68%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.98

 K value IS 0.08

RGB Variations

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

Color information

#EA3A05 (or 0xEA3A05) is known color: Orange Red. HEX triplet: EA, 3A and 05. RGB value is (234,58,5). Sum of RGB (Red+Green+Blue) = 234+58+5=297 (39% of max value = 765). Red value is 234 (91.80% from 255 or 78.79% from 297); Green value is 58 (23.05% from 255 or 19.53% from 297); Blue value is 5 (2.34% from 255 or 1.68% from 297); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3A05 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EA3A05 is #15C5FA. Grayscale: #686868. Windows color (decimal): -1426939 or 342762. OLE color: 342762.

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

Color convert

RGB 234 58 5 -
CMYK 0 0.75 0.98 0.08
HSL 13.89º 0.96% 0.47% -
HSV(B) 13.89º 0.98% 0.92% -
XYZ 35.47 20.53 2.24 -
YUV 104.58 71.81 220.31 -
System Red Green Blue C M Y K H S L
Decimal 234 58 5 0 0.75 0.98 0.08 13.89 0.96 0.47
Hex EA 3A 5 0 4B 62 8 E 60 2F
Octal 352 72 5 0 113 142 10 16 140 57
Binary 11101010 111010 101 0 1001011 1100010 1000 1110 1100000 101111

Color Harmonies of #EA3A05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA3A05

Black with #EA3A05

Text Example


Text Example

White with #EA3A05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA3A05; }

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

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

background-color css

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

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

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

border-color css

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

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

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