#E74F12

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

Shades of Persimmon #E74F12

Tints of Persimmon #E74F12

Color information

#E74F12 (or 0xE74F12) is unknown color: approx Persimmon. HEX triplet: E7, 4F and 12. RGB value is (231,79,18). Sum of RGB (Red+Green+Blue) = 231+79+18=328 (43% of max value = 765). Red value is 231 (90.62% from 255 or 70.43% from 328); Green value is 79 (31.25% from 255 or 24.09% from 328); Blue value is 18 (7.42% from 255 or 5.49% from 328); Max value from RGB is 231 - color contains mainly: red. Hex color #E74F12 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E74F12 is #18B0ED. Grayscale: #757575. Windows color (decimal): -1618158 or 1200103. OLE color: 1200103.

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

Color convert

RGB2317918-
CMYK00.660.920.09
HSL17.18º85.54%48.82%-
HSV(B)17.18º92.21%90.59%-
XYZ35.8622.623.05-
YUV117.4971.86208.96-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 70.43%
GREEN value IS 79 (31.25% from 255) = 24.09%
BLUE value IS 18 (7.42% from 255) = 5.49%
R=70.43%
G=24.09%
B=5.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.92
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal231791800.660.920.0917.1885.5448.82
HexE74F120425C9115631
Octal347117220102134112112661
Binary111001111001111100100100001010111001001100011010110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E74F12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E74F12; }

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

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

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

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

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

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

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

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