#EB4404

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

Shades of Orange Red #EB4404

Tints of Orange Red #EB4404

Color information

#EB4404 (or 0xEB4404) is unknown color: approx Orange Red. HEX triplet: EB, 44 and 04. RGB value is (235,68,4). Sum of RGB (Red+Green+Blue) = 235+68+4=307 (40% of max value = 765). Red value is 235 (92.19% from 255 or 76.55% from 307); Green value is 68 (26.95% from 255 or 22.15% from 307); Blue value is 4 (1.95% from 255 or 1.30% from 307); Max value from RGB is 235 - color contains mainly: red. Hex color #EB4404 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EB4404 is #14BBFB. Grayscale: #6F6F6F. Windows color (decimal): -1358844 or 279787. OLE color: 279787.

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

Color convert

RGB235684-
CMYK00.710.980.08
HSL16.62º96.65%46.86%-
HSV(B)16.62º98.3%92.16%-
XYZ36.3521.812.41-
YUV110.6467.83216.7-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 76.55%
GREEN value IS 68 (26.95% from 255) = 22.15%
BLUE value IS 4 (1.95% from 255) = 1.30%
R=76.55%
G=22.15%
B=1.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.98
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23568400.710.980.0816.6296.6546.86
HexEB44404762811612f
Octal35310440107142102114157
Binary1110101110001001000100011111000101000100011100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB4404

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB4404; }

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

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

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

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

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

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

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

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