#E74715

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

Shades of Persimmon #E74715

Tints of Persimmon #E74715

Color information

#E74715 (or 0xE74715) is unknown color: approx Persimmon. HEX triplet: E7, 47 and 15. RGB value is (231,71,21). Sum of RGB (Red+Green+Blue) = 231+71+21=323 (42% of max value = 765). Red value is 231 (90.62% from 255 or 71.52% from 323); Green value is 71 (28.12% from 255 or 21.98% from 323); Blue value is 21 (8.59% from 255 or 6.50% from 323); Max value from RGB is 231 - color contains mainly: red. Hex color #E74715 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E74715 is #18B8EA. Grayscale: #717171. Windows color (decimal): -1620203 or 1394663. OLE color: 1394663.

HSL color Cylindrical-coordinate representation of color #E74715: hue angle of 14.29º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E74715 is Cyan = 0, Magento = 0.69, Yellow = 0.91 and Black (K on CMYK) = 0.09.

Color convert

RGB2317121-
CMYK00.690.910.09
HSL14.29º83.33%49.41%-
HSV(B)14.29º90.91%90.59%-
XYZ35.3421.553.01-
YUV113.1476.01212.07-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 71.52%
GREEN value IS 71 (28.12% from 255) = 21.98%
BLUE value IS 21 (8.59% from 255) = 6.50%
R=71.52%
G=21.98%
B=6.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.91
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal231712100.690.910.0914.2983.3349.41
HexE747150455B9e5331
Octal347107250105133111612361
Binary11100111100011110101010001011011011100111101010011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E74715

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E74715; }

 p { color: rgb(231,71,21); }

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

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

 a { background-color: rgb(231,71,21); }

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

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

 span { border-color: rgb(231,71,21); }

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