#EA572E

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

Shades of Outrageous Orange #EA572E

Tints of Outrageous Orange #EA572E

Color information

#EA572E (or 0xEA572E) is unknown color: approx Outrageous Orange. HEX triplet: EA, 57 and 2E. RGB value is (234,87,46). Sum of RGB (Red+Green+Blue) = 234+87+46=367 (48% of max value = 765). Red value is 234 (91.80% from 255 or 63.76% from 367); Green value is 87 (34.38% from 255 or 23.71% from 367); Blue value is 46 (18.36% from 255 or 12.53% from 367); Max value from RGB is 234 - color contains mainly: red. Hex color #EA572E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA572E is #15A8D1. Grayscale: #7E7E7E. Windows color (decimal): -1419474 or 3037162. OLE color: 3037162.

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

Color convert

RGB2348746-
CMYK00.630.800.08
HSL13.09º81.74%54.9%-
HSV(B)13.09º80.34%91.76%-
XYZ37.8324.515.32-
YUV126.2882.7204.83-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 63.76%
GREEN value IS 87 (34.38% from 255) = 23.71%
BLUE value IS 46 (18.36% from 255) = 12.53%
R=63.76%
G=23.71%
B=12.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.80
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal234874600.630.800.0813.0981.7454.9
HexEA572E03F508d5237
Octal35212756077120101512267
Binary11101010101011110111001111111010000100011011010010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA572E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA572E; }

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

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

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

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

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

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

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

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