Html Css Color HEX #EA4400 Orange Red

📋 copy color: '#EA4400'

red 234 ◦ green 68 ◦ blue 0

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

Shades of Orange Red #EA4400

Tints of Orange Red #EA4400

RGB

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

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

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

R = 77.48%
G = 22.52%
B = 0%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 1

 K value IS 0.08

RGB Variations

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

Color information

#EA4400 (or 0xEA4400) is known color: Orange Red. HEX triplet: EA, 44 and 00. RGB value is (234,68,0). Sum of RGB (Red+Green+Blue) = 234+68+0=302 (40% of max value = 765). Red value is 234 (91.80% from 255 or 77.48% from 302); Green value is 68 (26.95% from 255 or 22.52% from 302); Blue value is 0 (0.39% from 255 or 0% from 302); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4400 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EA4400 is #15BBFF. Grayscale: #6E6E6E. Windows color (decimal): -1424384 or 17642. OLE color: 17642.

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

Color convert

RGB 234 68 0 -
CMYK 0 0.71 1 0.08
HSL 17.44º 1% 0.46% -
HSV(B) 17.44º 1% 0.92% -
XYZ 36 21.63 2.28 -
YUV 109.88 66 216.53 -
System Red Green Blue C M Y K H S L
Decimal 234 68 0 0 0.71 1 0.08 17.44 1 0.46
Hex EA 44 0 0 47 64 8 11 64 2E
Octal 352 104 0 0 107 144 10 21 144 56
Binary 11101010 1000100 0 0 1000111 1100100 1000 10001 1100100 101110

Color Harmonies of #EA4400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA4400

Black with #EA4400

Text Example


Text Example

White with #EA4400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA4400; }

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

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

background-color css

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

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

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

border-color css

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

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

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