#EB5C35

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

Shades of Outrageous Orange #EB5C35

Tints of Outrageous Orange #EB5C35

Color information

#EB5C35 (or 0xEB5C35) is unknown color: approx Outrageous Orange. HEX triplet: EB, 5C and 35. RGB value is (235,92,53). Sum of RGB (Red+Green+Blue) = 235+92+53=380 (50% of max value = 765). Red value is 235 (92.19% from 255 or 61.84% from 380); Green value is 92 (36.33% from 255 or 24.21% from 380); Blue value is 53 (21.09% from 255 or 13.95% from 380); Max value from RGB is 235 - color contains mainly: red. Hex color #EB5C35 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EB5C35 is #14A3CA. Grayscale: #828282. Windows color (decimal): -1352651 or 3497195. OLE color: 3497195.

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

Color convert

RGB2359253-
CMYK00.610.770.08
HSL12.86º81.98%56.47%-
HSV(B)12.86º77.45%92.16%-
XYZ38.7325.576.26-
YUV130.3184.38202.67-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 61.84%
GREEN value IS 92 (36.33% from 255) = 24.21%
BLUE value IS 53 (21.09% from 255) = 13.95%
R=61.84%
G=24.21%
B=13.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.77
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal235925300.610.770.0812.8681.9856.47
HexEB5C3503D4D8d5238
Octal35313465075115101512270
Binary11101011101110011010101111011001101100011011010010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB5C35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB5C35; }

 p { color: rgb(235,92,53); }

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

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

 a { background-color: rgb(235,92,53); }

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

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

 span { border-color: rgb(235,92,53); }

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