#EA5244

Color #EA5244 Sunset Orange (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sunset Orange #EA5244

Tints of Sunset Orange #EA5244

Color information

#EA5244 (or 0xEA5244) is unknown color: approx Sunset Orange. HEX triplet: EA, 52 and 44. RGB value is (234,82,68). Sum of RGB (Red+Green+Blue) = 234+82+68=384 (50% of max value = 765). Red value is 234 (91.80% from 255 or 60.94% from 384); Green value is 82 (32.42% from 255 or 21.35% from 384); Blue value is 68 (26.95% from 255 or 17.71% from 384); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5244 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA5244 is #15ADBB. Grayscale: #7E7E7E. Windows color (decimal): -1420732 or 4477674. OLE color: 4477674.

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

Color convert

RGB2348268-
CMYK00.650.710.08
HSL5.06º79.81%59.22%-
HSV(B)5.06º70.94%91.76%-
XYZ37.9923.948.09-
YUV125.8595.36205.14-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 60.94%
GREEN value IS 82 (32.42% from 255) = 21.35%
BLUE value IS 68 (26.95% from 255) = 17.71%
R=60.94%
G=21.35%
B=17.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.71
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal234826800.650.710.085.0679.8159.22
HexEA52440414785503b
Octal352122104010110710512073
Binary111010101010010100010001000001100011110001011010000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA5244

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA5244; }

 p { color: rgb(234,82,68); }

 H1.HeaderClassName
 {
   color: #EA5244;
 }
 .AnyTagClassName
 {
   color: #EA5244;
 }
</style>
background-color css

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

 a { background-color: rgb(234,82,68); }

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

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

 span { border-color: rgb(234,82,68); }

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