#EB5E3A

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

Shades of Outrageous Orange #EB5E3A

Tints of Outrageous Orange #EB5E3A

Color information

#EB5E3A (or 0xEB5E3A) is unknown color: approx Outrageous Orange. HEX triplet: EB, 5E and 3A. RGB value is (235,94,58). Sum of RGB (Red+Green+Blue) = 235+94+58=387 (51% of max value = 765). Red value is 235 (92.19% from 255 or 60.72% from 387); Green value is 94 (37.11% from 255 or 24.29% from 387); Blue value is 58 (23.05% from 255 or 14.99% from 387); Max value from RGB is 235 - color contains mainly: red. Hex color #EB5E3A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EB5E3A is #14A1C5. Grayscale: #848484. Windows color (decimal): -1352134 or 3825387. OLE color: 3825387.

HSL color Cylindrical-coordinate representation of color #EB5E3A: hue angle of 12.2º degrees, saturation: 0.82, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EB5E3A is Cyan = 0, Magento = 0.6, Yellow = 0.75 and Black (K on CMYK) = 0.08.

Color convert

RGB2359458-
CMYK00.60.750.08
HSL12.2º81.57%57.45%-
HSV(B)12.2º75.32%92.16%-
XYZ39.0325.976.96-
YUV132.0686.21201.43-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 60.72%
GREEN value IS 94 (37.11% from 255) = 24.29%
BLUE value IS 58 (23.05% from 255) = 14.99%
R=60.72%
G=24.29%
B=14.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.6
Y (Yellow) values IS 0.75
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal235945800.60.750.0812.281.5757.45
HexEB5E3A03C4B8c5239
Octal35313672074113101412271
Binary11101011101111011101001111001001011100011001010010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB5E3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB5E3A; }

 p { color: rgb(235,94,58); }

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

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

 a { background-color: rgb(235,94,58); }

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

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

 span { border-color: rgb(235,94,58); }

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