#EA5831

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

Shades of Outrageous Orange #EA5831

Tints of Outrageous Orange #EA5831

Color information

#EA5831 (or 0xEA5831) is unknown color: approx Outrageous Orange. HEX triplet: EA, 58 and 31. RGB value is (234,88,49). Sum of RGB (Red+Green+Blue) = 234+88+49=371 (49% of max value = 765). Red value is 234 (91.80% from 255 or 63.07% from 371); Green value is 88 (34.77% from 255 or 23.72% from 371); Blue value is 49 (19.53% from 255 or 13.21% from 371); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5831 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA5831 is #15A7CE. Grayscale: #7F7F7F. Windows color (decimal): -1419215 or 3234026. OLE color: 3234026.

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

Color convert

RGB2348849-
CMYK00.620.790.08
HSL12.65º81.5%55.49%-
HSV(B)12.65º79.06%91.76%-
XYZ37.9824.695.67-
YUV127.2183.87204.17-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 63.07%
GREEN value IS 88 (34.77% from 255) = 23.72%
BLUE value IS 49 (19.53% from 255) = 13.21%
R=63.07%
G=23.72%
B=13.21%

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
Decimal234884900.620.790.0812.6581.555.49
HexEA583103E4F8d5137
Octal35213061076117101512167
Binary11101010101100011000101111101001111100011011010001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA5831

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA5831; }

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

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

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

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

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

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

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

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