#EB5A38

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

Shades of Outrageous Orange #EB5A38

Tints of Outrageous Orange #EB5A38

Color information

#EB5A38 (or 0xEB5A38) is unknown color: approx Outrageous Orange. HEX triplet: EB, 5A and 38. RGB value is (235,90,56). Sum of RGB (Red+Green+Blue) = 235+90+56=381 (50% of max value = 765). Red value is 235 (92.19% from 255 or 61.68% from 381); Green value is 90 (35.55% from 255 or 23.62% from 381); Blue value is 56 (22.27% from 255 or 14.70% from 381); Max value from RGB is 235 - color contains mainly: red. Hex color #EB5A38 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EB5A38 is #14A5C7. Grayscale: #818181. Windows color (decimal): -1353160 or 3693291. OLE color: 3693291.

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

Color convert

RGB2359056-
CMYK00.620.760.08
HSL11.4º81.74%57.06%-
HSV(B)11.4º76.17%92.16%-
XYZ38.6325.266.58-
YUV129.4886.54203.26-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 61.68%
GREEN value IS 90 (35.55% from 255) = 23.62%
BLUE value IS 56 (22.27% from 255) = 14.70%
R=61.68%
G=23.62%
B=14.70%

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
Decimal235905600.620.760.0811.481.7457.06
HexEB5A3803E4C8b5239
Octal35313270076114101312271
Binary11101011101101011100001111101001100100010111010010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB5A38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB5A38; }

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

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

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

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

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

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

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

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