#EA5A31

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

Shades of Outrageous Orange #EA5A31

Tints of Outrageous Orange #EA5A31

Color information

#EA5A31 (or 0xEA5A31) is unknown color: approx Outrageous Orange. HEX triplet: EA, 5A and 31. RGB value is (234,90,49). Sum of RGB (Red+Green+Blue) = 234+90+49=373 (49% of max value = 765). Red value is 234 (91.80% from 255 or 62.73% from 373); Green value is 90 (35.55% from 255 or 24.13% from 373); Blue value is 49 (19.53% from 255 or 13.14% from 373); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5A31 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA5A31 is #15A5CE. Grayscale: #808080. Windows color (decimal): -1418703 or 3234538. OLE color: 3234538.

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

Color convert

RGB2349049-
CMYK00.620.790.08
HSL13.3º81.5%55.49%-
HSV(B)13.3º79.06%91.76%-
XYZ38.1425.035.73-
YUV128.3883.21203.33-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 62.73%
GREEN value IS 90 (35.55% from 255) = 24.13%
BLUE value IS 49 (19.53% from 255) = 13.14%
R=62.73%
G=24.13%
B=13.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.79
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal234904900.620.790.0813.381.555.49
HexEA5A3103E4F8d5137
Octal35213261076117101512167
Binary11101010101101011000101111101001111100011011010001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA5A31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA5A31; }

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

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

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

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

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

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

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

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