Html Css Color HEX #EA4200 Orange Red

📋 copy color: '#EA4200'

red 234 ◦ green 66 ◦ blue 0

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

Shades of Orange Red #EA4200

Tints of Orange Red #EA4200

RGB

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

 GREEN value IS 66 (26.17% from 255) = 22%

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

R = 78%
G = 22%
B = 0%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 1

 K value IS 0.08

RGB Variations

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

Color information

#EA4200 (or 0xEA4200) is known color: Orange Red. HEX triplet: EA, 42 and 00. RGB value is (234,66,0). Sum of RGB (Red+Green+Blue) = 234+66+0=300 (39% of max value = 765). Red value is 234 (91.80% from 255 or 78% from 300); Green value is 66 (26.17% from 255 or 22% from 300); Blue value is 0 (0.39% from 255 or 0% from 300); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4200 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EA4200 is #15BDFF. Grayscale: #6D6D6D. Windows color (decimal): -1424896 or 17130. OLE color: 17130.

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

Color convert

RGB 234 66 0 -
CMYK 0 0.72 1 0.08
HSL 16.92º 1% 0.46% -
HSV(B) 16.92º 1% 0.92% -
XYZ 35.88 21.39 2.24 -
YUV 108.71 66.66 217.37 -
System Red Green Blue C M Y K H S L
Decimal 234 66 0 0 0.72 1 0.08 16.92 1 0.46
Hex EA 42 0 0 48 64 8 11 64 2E
Octal 352 102 0 0 110 144 10 21 144 56
Binary 11101010 1000010 0 0 1001000 1100100 1000 10001 1100100 101110

Color Harmonies of #EA4200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA4200

Black with #EA4200

Text Example


Text Example

White with #EA4200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA4200; }

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

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

background-color css

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

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

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

border-color css

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

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

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