Html Css Color HEX #EA450E Orange Red

📋 copy color: '#EA450E'

red 234 ◦ green 69 ◦ blue 14

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

Shades of Orange Red #EA450E

Tints of Orange Red #EA450E

RGB

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

 GREEN value IS 69 (27.34% from 255) = 21.77%

 BLUE value IS 14 (5.86% from 255) = 4.42%

R = 73.82%
G = 21.77%
B = 4.42%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.94

 K value IS 0.08

RGB Variations

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

Color information

#EA450E (or 0xEA450E) is known color: Orange Red. HEX triplet: EA, 45 and 0E. RGB value is (234,69,14). Sum of RGB (Red+Green+Blue) = 234+69+14=317 (41% of max value = 765). Red value is 234 (91.80% from 255 or 73.82% from 317); Green value is 69 (27.34% from 255 or 21.77% from 317); Blue value is 14 (5.86% from 255 or 4.42% from 317); Max value from RGB is 234 - color contains mainly: red. Hex color #EA450E is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EA450E is #15BAF1. Grayscale: #707070. Windows color (decimal): -1424114 or 935402. OLE color: 935402.

HSL color Cylindrical-coordinate representation of color #EA450E: hue angle of 15º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EA450E is Cyan = 0, Magento = 0.71, Yellow = 0.94 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 69 14 -
CMYK 0 0.71 0.94 0.08
HSL 15º 0.89% 0.49% -
HSV(B) 15º 0.94% 0.92% -
XYZ 36.14 21.78 2.71 -
YUV 112.07 72.66 214.97 -
System Red Green Blue C M Y K H S L
Decimal 234 69 14 0 0.71 0.94 0.08 15 0.89 0.49
Hex EA 45 E 0 47 5E 8 F 59 31
Octal 352 105 16 0 107 136 10 17 131 61
Binary 11101010 1000101 1110 0 1000111 1011110 1000 1111 1011001 110001

Color Harmonies of #EA450E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA450E

Black with #EA450E

Text Example


Text Example

White with #EA450E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA450E; }

 p { color: rgb(234,69,14); }

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

background-color css

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

 a { background-color: rgb(234,69,14); }

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

border-color css

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

 span { border-color: rgb(234,69,14); }

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