#E74006

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

Shades of Orange Red #E74006

Tints of Orange Red #E74006

Color information

#E74006 (or 0xE74006) is unknown color: approx Orange Red. HEX triplet: E7, 40 and 06. RGB value is (231,64,6). Sum of RGB (Red+Green+Blue) = 231+64+6=301 (39% of max value = 765). Red value is 231 (90.62% from 255 or 76.74% from 301); Green value is 64 (25.39% from 255 or 21.26% from 301); Blue value is 6 (2.73% from 255 or 1.99% from 301); Max value from RGB is 231 - color contains mainly: red. Hex color #E74006 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E74006 is #18BFF9. Grayscale: #6B6B6B. Windows color (decimal): -1622010 or 409831. OLE color: 409831.

HSL color Cylindrical-coordinate representation of color #E74006: hue angle of 15.47º degrees, saturation: 0.95, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E74006 is Cyan = 0, Magento = 0.72, Yellow = 0.97 and Black (K on CMYK) = 0.09.

Color convert

RGB231646-
CMYK00.720.970.09
HSL15.47º94.94%46.47%-
HSV(B)15.47º97.4%90.59%-
XYZ34.8220.672.33-
YUV107.3270.83216.22-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 76.74%
GREEN value IS 64 (25.39% from 255) = 21.26%
BLUE value IS 6 (2.73% from 255) = 1.99%
R=76.74%
G=21.26%
B=1.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.97
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23164600.720.970.0915.4794.9446.47
HexE7406048619f5f2e
Octal34710060110141111713756
Binary111001111000000110010010001100001100111111011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E74006

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E74006; }

 p { color: rgb(231,64,6); }

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

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

 a { background-color: rgb(231,64,6); }

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

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

 span { border-color: rgb(231,64,6); }

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