Html Css Color HEX #EA5142 Sunset Orange

📋 copy color: '#EA5142'

red 234 ◦ green 81 ◦ blue 66

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

Shades of Sunset Orange #EA5142

Tints of Sunset Orange #EA5142

RGB

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

 GREEN value IS 81 (32.03% from 255) = 21.26%

 BLUE value IS 66 (26.17% from 255) = 17.32%

R = 61.42%
G = 21.26%
B = 17.32%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.72

 K value IS 0.08

RGB Variations

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

Color information

#EA5142 (or 0xEA5142) is known color: Sunset Orange. HEX triplet: EA, 51 and 42. RGB value is (234,81,66). Sum of RGB (Red+Green+Blue) = 234+81+66=381 (50% of max value = 765). Red value is 234 (91.80% from 255 or 61.42% from 381); Green value is 81 (32.03% from 255 or 21.26% from 381); Blue value is 66 (26.17% from 255 or 17.32% from 381); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5142 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA5142 is #15AEBD. Grayscale: #7D7D7D. Windows color (decimal): -1420990 or 4346346. OLE color: 4346346.

HSL color Cylindrical-coordinate representation of color #EA5142: hue angle of 5.36º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #EA5142 is Cyan = 0, Magento = 0.65, Yellow = 0.72 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 81 66 -
CMYK 0 0.65 0.72 0.08
HSL 5.36º 0.8% 0.59% -
HSV(B) 5.36º 0.72% 0.92% -
XYZ 37.86 23.77 7.75 -
YUV 125.04 94.69 205.72 -
System Red Green Blue C M Y K H S L
Decimal 234 81 66 0 0.65 0.72 0.08 5.36 0.8 0.59
Hex EA 51 42 0 41 48 8 5 50 3B
Octal 352 121 102 0 101 110 10 5 120 73
Binary 11101010 1010001 1000010 0 1000001 1001000 1000 101 1010000 111011

Color Harmonies of #EA5142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA5142

Black with #EA5142

Text Example


Text Example

White with #EA5142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA5142; }

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

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

background-color css

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

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

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

border-color css

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

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

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