#EB3804

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

Shades of Orange Red #EB3804

Tints of Orange Red #EB3804

Color information

#EB3804 (or 0xEB3804) is unknown color: approx Orange Red. HEX triplet: EB, 38 and 04. RGB value is (235,56,4). Sum of RGB (Red+Green+Blue) = 235+56+4=295 (39% of max value = 765). Red value is 235 (92.19% from 255 or 79.66% from 295); Green value is 56 (22.27% from 255 or 18.98% from 295); Blue value is 4 (1.95% from 255 or 1.36% from 295); Max value from RGB is 235 - color contains mainly: red. Hex color #EB3804 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EB3804 is #14C7FB. Grayscale: #676767. Windows color (decimal): -1361916 or 276715. OLE color: 276715.

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

Color convert

RGB235564-
CMYK00.760.980.08
HSL13.51º96.65%46.86%-
HSV(B)13.51º98.3%92.16%-
XYZ35.720.52.19-
YUV103.5971.8221.73-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 79.66%
GREEN value IS 56 (22.27% from 255) = 18.98%
BLUE value IS 4 (1.95% from 255) = 1.36%
R=79.66%
G=18.98%
B=1.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.98
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23556400.760.980.0813.5196.6546.86
HexEB38404C628e612f
Octal3537040114142101614157
Binary11101011111000100010011001100010100011101100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB3804

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB3804; }

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

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

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

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

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

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

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

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