Html Css Color HEX #EA3900 Orange Red

📋 copy color: '#EA3900'

red 234 ◦ green 57 ◦ blue 0

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

Shades of Orange Red #EA3900

Tints of Orange Red #EA3900

RGB

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

 GREEN value IS 57 (22.66% from 255) = 19.59%

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

R = 80.41%
G = 19.59%
B = 0%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 1

 K value IS 0.08

RGB Variations

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

Color information

#EA3900 (or 0xEA3900) is known color: Orange Red. HEX triplet: EA, 39 and 00. RGB value is (234,57,0). Sum of RGB (Red+Green+Blue) = 234+57+0=291 (38% of max value = 765). Red value is 234 (91.80% from 255 or 80.41% from 291); Green value is 57 (22.66% from 255 or 19.59% from 291); Blue value is 0 (0.39% from 255 or 0% from 291); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3900 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EA3900 is #15C6FF. Grayscale: #676767. Windows color (decimal): -1427200 or 14826. OLE color: 14826.

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

Color convert

RGB 234 57 0 -
CMYK 0 0.76 1 0.08
HSL 14.62º 1% 0.46% -
HSV(B) 14.62º 1% 0.92% -
XYZ 35.39 20.42 2.08 -
YUV 103.43 69.64 221.13 -
System Red Green Blue C M Y K H S L
Decimal 234 57 0 0 0.76 1 0.08 14.62 1 0.46
Hex EA 39 0 0 4C 64 8 F 64 2E
Octal 352 71 0 0 114 144 10 17 144 56
Binary 11101010 111001 0 0 1001100 1100100 1000 1111 1100100 101110

Color Harmonies of #EA3900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA3900

Black with #EA3900

Text Example


Text Example

White with #EA3900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA3900; }

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

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

background-color css

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

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

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

border-color css

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

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

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