#EB5824

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

Shades of Outrageous Orange #EB5824

Tints of Outrageous Orange #EB5824

Color information

#EB5824 (or 0xEB5824) is unknown color: approx Outrageous Orange. HEX triplet: EB, 58 and 24. RGB value is (235,88,36). Sum of RGB (Red+Green+Blue) = 235+88+36=359 (47% of max value = 765). Red value is 235 (92.19% from 255 or 65.46% from 359); Green value is 88 (34.77% from 255 or 24.51% from 359); Blue value is 36 (14.45% from 255 or 10.03% from 359); Max value from RGB is 235 - color contains mainly: red. Hex color #EB5824 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EB5824 is #14A7DB. Grayscale: #7E7E7E. Windows color (decimal): -1353692 or 2382059. OLE color: 2382059.

HSL color Cylindrical-coordinate representation of color #EB5824: hue angle of 15.68º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EB5824 is Cyan = 0, Magento = 0.63, Yellow = 0.85 and Black (K on CMYK) = 0.08.

Color convert

RGB2358836-
CMYK00.630.850.08
HSL15.68º83.26%53.14%-
HSV(B)15.68º84.68%92.16%-
XYZ38.0724.774.44-
YUV126.0277.2205.73-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 65.46%
GREEN value IS 88 (34.77% from 255) = 24.51%
BLUE value IS 36 (14.45% from 255) = 10.03%
R=65.46%
G=24.51%
B=10.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.85
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal235883600.630.850.0815.6883.2653.14
HexEB582403F558105335
Octal35313044077125102012365
Binary111010111011000100100011111110101011000100001010011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB5824

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB5824; }

 p { color: rgb(235,88,36); }

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

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

 a { background-color: rgb(235,88,36); }

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

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

 span { border-color: rgb(235,88,36); }

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