#EB3604

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

Shades of Orange Red #EB3604

Tints of Orange Red #EB3604

Color information

#EB3604 (or 0xEB3604) is unknown color: approx Orange Red. HEX triplet: EB, 36 and 04. RGB value is (235,54,4). Sum of RGB (Red+Green+Blue) = 235+54+4=293 (38% of max value = 765). Red value is 235 (92.19% from 255 or 80.20% from 293); Green value is 54 (21.48% from 255 or 18.43% from 293); Blue value is 4 (1.95% from 255 or 1.37% from 293); Max value from RGB is 235 - color contains mainly: red. Hex color #EB3604 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EB3604 is #14C9FB. Grayscale: #666666. Windows color (decimal): -1362428 or 276203. OLE color: 276203.

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

Color convert

RGB235544-
CMYK00.770.980.08
HSL12.99º96.65%46.86%-
HSV(B)12.99º98.3%92.16%-
XYZ35.620.312.16-
YUV102.4272.47222.57-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 80.20%
GREEN value IS 54 (21.48% from 255) = 18.43%
BLUE value IS 4 (1.95% from 255) = 1.37%
R=80.20%
G=18.43%
B=1.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.98
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23554400.770.980.0812.9996.6546.86
HexEB36404D628d612f
Octal3536640115142101514157
Binary11101011110110100010011011100010100011011100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB3604

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB3604; }

 p { color: rgb(235,54,4); }

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

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

 a { background-color: rgb(235,54,4); }

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

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

 span { border-color: rgb(235,54,4); }

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