#E75012

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

Shades of Persimmon #E75012

Tints of Persimmon #E75012

Color information

#E75012 (or 0xE75012) is unknown color: approx Persimmon. HEX triplet: E7, 50 and 12. RGB value is (231,80,18). Sum of RGB (Red+Green+Blue) = 231+80+18=329 (43% of max value = 765). Red value is 231 (90.62% from 255 or 70.21% from 329); Green value is 80 (31.64% from 255 or 24.32% from 329); Blue value is 18 (7.42% from 255 or 5.47% from 329); Max value from RGB is 231 - color contains mainly: red. Hex color #E75012 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E75012 is #18AFED. Grayscale: #767676. Windows color (decimal): -1617902 or 1200359. OLE color: 1200359.

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

Color convert

RGB2318018-
CMYK00.650.920.09
HSL17.46º85.54%48.82%-
HSV(B)17.46º92.21%90.59%-
XYZ35.9322.773.07-
YUV118.0871.53208.54-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 70.21%
GREEN value IS 80 (31.64% from 255) = 24.32%
BLUE value IS 18 (7.42% from 255) = 5.47%
R=70.21%
G=24.32%
B=5.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.92
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal231801800.650.920.0917.4685.5448.82
HexE750120415C9115631
Octal347120220101134112112661
Binary111001111010000100100100000110111001001100011010110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E75012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E75012; }

 p { color: rgb(231,80,18); }

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

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

 a { background-color: rgb(231,80,18); }

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

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

 span { border-color: rgb(231,80,18); }

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