#EA5731

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

Shades of Outrageous Orange #EA5731

Tints of Outrageous Orange #EA5731

Color information

#EA5731 (or 0xEA5731) is unknown color: approx Outrageous Orange. HEX triplet: EA, 57 and 31. RGB value is (234,87,49). Sum of RGB (Red+Green+Blue) = 234+87+49=370 (49% of max value = 765). Red value is 234 (91.80% from 255 or 63.24% from 370); Green value is 87 (34.38% from 255 or 23.51% from 370); Blue value is 49 (19.53% from 255 or 13.24% from 370); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5731 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA5731 is #15A8CE. Grayscale: #7E7E7E. Windows color (decimal): -1419471 or 3233770. OLE color: 3233770.

HSL color Cylindrical-coordinate representation of color #EA5731: hue angle of 12.32º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EA5731 is Cyan = 0, Magento = 0.63, Yellow = 0.79 and Black (K on CMYK) = 0.08.

Color convert

RGB2348749-
CMYK00.630.790.08
HSL12.32º81.5%55.49%-
HSV(B)12.32º79.06%91.76%-
XYZ37.8924.535.64-
YUV126.6284.2204.59-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 63.24%
GREEN value IS 87 (34.38% from 255) = 23.51%
BLUE value IS 49 (19.53% from 255) = 13.24%
R=63.24%
G=23.51%
B=13.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.79
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal234874900.630.790.0812.3281.555.49
HexEA573103F4F8c5137
Octal35212761077117101412167
Binary11101010101011111000101111111001111100011001010001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA5731

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA5731; }

 p { color: rgb(234,87,49); }

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

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

 a { background-color: rgb(234,87,49); }

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

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

 span { border-color: rgb(234,87,49); }

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