#EB3607

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

Shades of Orange Red #EB3607

Tints of Orange Red #EB3607

Color information

#EB3607 (or 0xEB3607) is unknown color: approx Orange Red. HEX triplet: EB, 36 and 07. RGB value is (235,54,7). Sum of RGB (Red+Green+Blue) = 235+54+7=296 (39% of max value = 765). Red value is 235 (92.19% from 255 or 79.39% from 296); Green value is 54 (21.48% from 255 or 18.24% from 296); Blue value is 7 (3.12% from 255 or 2.36% from 296); Max value from RGB is 235 - color contains mainly: red. Hex color #EB3607 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EB3607 is #14C9F8. Grayscale: #676767. Windows color (decimal): -1362425 or 472811. OLE color: 472811.

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

Color convert

RGB235547-
CMYK00.770.970.08
HSL12.37º94.21%47.45%-
HSV(B)12.37º97.02%92.16%-
XYZ35.6220.322.25-
YUV102.7673.97222.32-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 79.39%
GREEN value IS 54 (21.48% from 255) = 18.24%
BLUE value IS 7 (3.12% from 255) = 2.36%
R=79.39%
G=18.24%
B=2.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.97
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23554700.770.970.0812.3794.2147.45
HexEB36704D618c5e2f
Octal3536670115141101413657
Binary11101011110110111010011011100001100011001011110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB3607

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB3607; }

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

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

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

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

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

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

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

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