#EB3704

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

Shades of Orange Red #EB3704

Tints of Orange Red #EB3704

Color information

#EB3704 (or 0xEB3704) is unknown color: approx Orange Red. HEX triplet: EB, 37 and 04. RGB value is (235,55,4). Sum of RGB (Red+Green+Blue) = 235+55+4=294 (38% of max value = 765). Red value is 235 (92.19% from 255 or 79.93% from 294); Green value is 55 (21.88% from 255 or 18.71% from 294); Blue value is 4 (1.95% from 255 or 1.36% from 294); Max value from RGB is 235 - color contains mainly: red. Hex color #EB3704 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EB3704 is #14C8FB. Grayscale: #676767. Windows color (decimal): -1362172 or 276459. OLE color: 276459.

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

Color convert

RGB235554-
CMYK00.770.980.08
HSL13.25º96.65%46.86%-
HSV(B)13.25º98.3%92.16%-
XYZ35.6520.42.17-
YUV103.0172.13222.15-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 79.93%
GREEN value IS 55 (21.88% from 255) = 18.71%
BLUE value IS 4 (1.95% from 255) = 1.36%
R=79.93%
G=18.71%
B=1.36%

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
Decimal23555400.770.980.0813.2596.6546.86
HexEB37404D628d612f
Octal3536740115142101514157
Binary11101011110111100010011011100010100011011100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB3704

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB3704; }

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

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

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

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

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

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

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

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