Html Css Color HEX #EA3E08 Orange Red

📋 copy color: '#EA3E08'

red 234 ◦ green 62 ◦ blue 8

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

Shades of Orange Red #EA3E08

Tints of Orange Red #EA3E08

RGB

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

 GREEN value IS 62 (24.61% from 255) = 20.39%

 BLUE value IS 8 (3.52% from 255) = 2.63%

R = 76.97%
G = 20.39%
B = 2.63%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.97

 K value IS 0.08

RGB Variations

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

Color information

#EA3E08 (or 0xEA3E08) is known color: Orange Red. HEX triplet: EA, 3E and 08. RGB value is (234,62,8). Sum of RGB (Red+Green+Blue) = 234+62+8=304 (40% of max value = 765). Red value is 234 (91.80% from 255 or 76.97% from 304); Green value is 62 (24.61% from 255 or 20.39% from 304); Blue value is 8 (3.52% from 255 or 2.63% from 304); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3E08 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EA3E08 is #15C1F7. Grayscale: #6B6B6B. Windows color (decimal): -1425912 or 540394. OLE color: 540394.

HSL color Cylindrical-coordinate representation of color #EA3E08: hue angle of 14.34º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EA3E08 is Cyan = 0, Magento = 0.74, Yellow = 0.97 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 62 8 -
CMYK 0 0.74 0.97 0.08
HSL 14.34º 0.93% 0.47% -
HSV(B) 14.34º 0.97% 0.92% -
XYZ 35.7 20.96 2.39 -
YUV 107.27 71.98 218.39 -
System Red Green Blue C M Y K H S L
Decimal 234 62 8 0 0.74 0.97 0.08 14.34 0.93 0.47
Hex EA 3E 8 0 4A 61 8 E 5D 2F
Octal 352 76 10 0 112 141 10 16 135 57
Binary 11101010 111110 1000 0 1001010 1100001 1000 1110 1011101 101111

Color Harmonies of #EA3E08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA3E08

Black with #EA3E08

Text Example


Text Example

White with #EA3E08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA3E08; }

 p { color: rgb(234,62,8); }

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

background-color css

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

 a { background-color: rgb(234,62,8); }

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

border-color css

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

 span { border-color: rgb(234,62,8); }

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