Html Css Color HEX #EA440A Orange Red

📋 copy color: '#EA440A'

red 234 ◦ green 68 ◦ blue 10

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

Shades of Orange Red #EA440A

Tints of Orange Red #EA440A

RGB

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

 GREEN value IS 68 (26.95% from 255) = 21.79%

 BLUE value IS 10 (4.3% from 255) = 3.21%

R = 75%
G = 21.79%
B = 3.21%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.96

 K value IS 0.08

RGB Variations

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

Color information

#EA440A (or 0xEA440A) is known color: Orange Red. HEX triplet: EA, 44 and 0A. RGB value is (234,68,10). Sum of RGB (Red+Green+Blue) = 234+68+10=312 (41% of max value = 765). Red value is 234 (91.80% from 255 or 75% from 312); Green value is 68 (26.95% from 255 or 21.79% from 312); Blue value is 10 (4.30% from 255 or 3.21% from 312); Max value from RGB is 234 - color contains mainly: red. Hex color #EA440A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EA440A is #15BBF5. Grayscale: #6F6F6F. Windows color (decimal): -1424374 or 673002. OLE color: 673002.

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

Color convert

RGB 234 68 10 -
CMYK 0 0.71 0.96 0.08
HSL 15.54º 0.92% 0.48% -
HSV(B) 15.54º 0.96% 0.92% -
XYZ 36.05 21.65 2.57 -
YUV 111.02 71 215.72 -
System Red Green Blue C M Y K H S L
Decimal 234 68 10 0 0.71 0.96 0.08 15.54 0.92 0.48
Hex EA 44 A 0 47 60 8 10 5C 30
Octal 352 104 12 0 107 140 10 20 134 60
Binary 11101010 1000100 1010 0 1000111 1100000 1000 10000 1011100 110000

Color Harmonies of #EA440A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA440A

Black with #EA440A

Text Example


Text Example

White with #EA440A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA440A; }

 p { color: rgb(234,68,10); }

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

background-color css

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

 a { background-color: rgb(234,68,10); }

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

border-color css

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

 span { border-color: rgb(234,68,10); }

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