Html Css Color HEX #EA5145 Sunset Orange

📋 copy color: '#EA5145'

red 234 ◦ green 81 ◦ blue 69

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

Shades of Sunset Orange #EA5145

Tints of Sunset Orange #EA5145

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 17.97%

R = 60.94%
G = 21.09%
B = 17.97%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.71

 K value IS 0.08

RGB Variations

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

Color information

#EA5145 (or 0xEA5145) is known color: Sunset Orange. HEX triplet: EA, 51 and 45. RGB value is (234,81,69). Sum of RGB (Red+Green+Blue) = 234+81+69=384 (50% of max value = 765). Red value is 234 (91.80% from 255 or 60.94% from 384); Green value is 81 (32.03% from 255 or 21.09% from 384); Blue value is 69 (27.34% from 255 or 17.97% from 384); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5145 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA5145 is #15AEBA. Grayscale: #7D7D7D. Windows color (decimal): -1420987 or 4542954. OLE color: 4542954.

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

Color convert

RGB 234 81 69 -
CMYK 0 0.65 0.71 0.08
HSL 4.36º 0.8% 0.59% -
HSV(B) 4.36º 0.71% 0.92% -
XYZ 37.95 23.81 8.23 -
YUV 125.38 96.19 205.48 -
System Red Green Blue C M Y K H S L
Decimal 234 81 69 0 0.65 0.71 0.08 4.36 0.8 0.59
Hex EA 51 45 0 41 47 8 4 50 3B
Octal 352 121 105 0 101 107 10 4 120 73
Binary 11101010 1010001 1000101 0 1000001 1000111 1000 100 1010000 111011

Color Harmonies of #EA5145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA5145

Black with #EA5145

Text Example


Text Example

White with #EA5145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA5145; }

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

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

background-color css

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

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

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

border-color css

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

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

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