#EB4409

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

Shades of Orange Red #EB4409

Tints of Orange Red #EB4409

Color information

#EB4409 (or 0xEB4409) is unknown color: approx Orange Red. HEX triplet: EB, 44 and 09. RGB value is (235,68,9). Sum of RGB (Red+Green+Blue) = 235+68+9=312 (41% of max value = 765). Red value is 235 (92.19% from 255 or 75.32% from 312); Green value is 68 (26.95% from 255 or 21.79% from 312); Blue value is 9 (3.91% from 255 or 2.88% from 312); Max value from RGB is 235 - color contains mainly: red. Hex color #EB4409 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EB4409 is #14BBF6. Grayscale: #6F6F6F. Windows color (decimal): -1358839 or 607467. OLE color: 607467.

HSL color Cylindrical-coordinate representation of color #EB4409: hue angle of 15.66º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EB4409 is Cyan = 0, Magento = 0.71, Yellow = 0.96 and Black (K on CMYK) = 0.08.

Color convert

RGB235689-
CMYK00.710.960.08
HSL15.66º92.62%47.84%-
HSV(B)15.66º96.17%92.16%-
XYZ36.3821.822.55-
YUV111.2170.33216.3-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 75.32%
GREEN value IS 68 (26.95% from 255) = 21.79%
BLUE value IS 9 (3.91% from 255) = 2.88%
R=75.32%
G=21.79%
B=2.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.96
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23568900.710.960.0815.6692.6247.84
HexEB449047608105d30
Octal353104110107140102013560
Binary11101011100010010010100011111000001000100001011101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB4409

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB4409; }

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

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

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

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

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

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

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

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