#EB5A39

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

Shades of Outrageous Orange #EB5A39

Tints of Outrageous Orange #EB5A39

Color information

#EB5A39 (or 0xEB5A39) is unknown color: approx Outrageous Orange. HEX triplet: EB, 5A and 39. RGB value is (235,90,57). Sum of RGB (Red+Green+Blue) = 235+90+57=382 (50% of max value = 765). Red value is 235 (92.19% from 255 or 61.52% from 382); Green value is 90 (35.55% from 255 or 23.56% from 382); Blue value is 57 (22.66% from 255 or 14.92% from 382); Max value from RGB is 235 - color contains mainly: red. Hex color #EB5A39 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EB5A39 is #14A5C6. Grayscale: #818181. Windows color (decimal): -1353159 or 3758827. OLE color: 3758827.

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

Color convert

RGB2359057-
CMYK00.620.760.08
HSL11.12º81.65%57.25%-
HSV(B)11.12º75.74%92.16%-
XYZ38.6625.276.71-
YUV129.5987.04203.18-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 61.52%
GREEN value IS 90 (35.55% from 255) = 23.56%
BLUE value IS 57 (22.66% from 255) = 14.92%
R=61.52%
G=23.56%
B=14.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.76
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal235905700.620.760.0811.1281.6557.25
HexEB5A3903E4C8b5239
Octal35313271076114101312271
Binary11101011101101011100101111101001100100010111010010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB5A39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB5A39; }

 p { color: rgb(235,90,57); }

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

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

 a { background-color: rgb(235,90,57); }

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

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

 span { border-color: rgb(235,90,57); }

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