#EB4504

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

Shades of Orange Red #EB4504

Tints of Orange Red #EB4504

Color information

#EB4504 (or 0xEB4504) is unknown color: approx Orange Red. HEX triplet: EB, 45 and 04. RGB value is (235,69,4). Sum of RGB (Red+Green+Blue) = 235+69+4=308 (40% of max value = 765). Red value is 235 (92.19% from 255 or 76.30% from 308); Green value is 69 (27.34% from 255 or 22.40% from 308); Blue value is 4 (1.95% from 255 or 1.30% from 308); Max value from RGB is 235 - color contains mainly: red. Hex color #EB4504 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EB4504 is #14BAFB. Grayscale: #6F6F6F. Windows color (decimal): -1358588 or 280043. OLE color: 280043.

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

Color convert

RGB235694-
CMYK00.710.980.08
HSL16.88º96.65%46.86%-
HSV(B)16.88º98.3%92.16%-
XYZ36.4121.932.43-
YUV111.2267.5216.29-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 76.30%
GREEN value IS 69 (27.34% from 255) = 22.40%
BLUE value IS 4 (1.95% from 255) = 1.30%
R=76.30%
G=22.40%
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
Decimal23569400.710.980.0816.8896.6546.86
HexEB45404762811612f
Octal35310540107142102114157
Binary1110101110001011000100011111000101000100011100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB4504

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB4504; }

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

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

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

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

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

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

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

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