#e74606

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

Shades of Persimmon #E74606

Tints of Persimmon #E74606

Color information

#E74606 (or 0xE74606) is unknown color: approx Persimmon. HEX triplet: E7, 46 and 06. RGB value is (231,70,6). Sum of RGB (Red+Green+Blue) = 231+70+6=307 (40% of max value = 765). Red value is 231 (90.62% from 255 or 75.24% from 307); Green value is 70 (27.73% from 255 or 22.80% from 307); Blue value is 6 (2.73% from 255 or 1.95% from 307); Max value from RGB is 231 - color contains mainly: red. Hex color #E74606 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E74606 is #18B9F9. Grayscale: #6F6F6F. Windows color (decimal): -1620474 or 411367. OLE color: 411367.

HSL color Cylindrical-coordinate representation of color #E74606: hue angle of 17.07º 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 #E74606 is Cyan = 0, Magento = 0.70, Yellow = 0.97 and Black (K on CMYK) = 0.09.

Color convert

RGB231706-
CMYK00.700.970.09
HSL17.07º94.94%46.47%-
HSV(B)17.07º97.4%90.59%-
XYZ35.1821.382.45-
YUV110.8468.84213.7-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 75.24%
GREEN value IS 70 (27.73% from 255) = 22.80%
BLUE value IS 6 (2.73% from 255) = 1.95%
R=75.24%
G=22.80%
B=1.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.97
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23170600.700.970.0917.0794.9446.47
HexE7466046619115f2e
Octal34710660106141112113756
Binary1110011110001101100100011011000011001100011011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e74606

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e74606; }

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

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

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

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

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

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

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

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