Html Css Color HEX #EA4100 Orange Red

📋 copy color: '#EA4100'

red 234 ◦ green 65 ◦ blue 0

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

Shades of Orange Red #EA4100

Tints of Orange Red #EA4100

RGB

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

 GREEN value IS 65 (25.78% from 255) = 21.74%

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

R = 78.26%
G = 21.74%
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

#EA4100 (or 0xEA4100) is known color: Orange Red. HEX triplet: EA, 41 and 00. RGB value is (234,65,0). Sum of RGB (Red+Green+Blue) = 234+65+0=299 (39% of max value = 765). Red value is 234 (91.80% from 255 or 78.26% from 299); Green value is 65 (25.78% from 255 or 21.74% from 299); Blue value is 0 (0.39% from 255 or 0% from 299); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4100 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EA4100 is #15BEFF. Grayscale: #6C6C6C. Windows color (decimal): -1425152 or 16874. OLE color: 16874.

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

Color convert

RGB 234 65 0 -
CMYK 0 0.72 1 0.08
HSL 16.67º 1% 0.46% -
HSV(B) 16.67º 1% 0.92% -
XYZ 35.82 21.27 2.22 -
YUV 108.12 66.99 217.79 -
System Red Green Blue C M Y K H S L
Decimal 234 65 0 0 0.72 1 0.08 16.67 1 0.46
Hex EA 41 0 0 48 64 8 11 64 2E
Octal 352 101 0 0 110 144 10 21 144 56
Binary 11101010 1000001 0 0 1001000 1100100 1000 10001 1100100 101110

Color Harmonies of #EA4100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA4100

Black with #EA4100

Text Example


Text Example

White with #EA4100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA4100; }

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

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

background-color css

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

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

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

border-color css

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

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

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