#E14F06

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

Shades of Persimmon #E14F06

Tints of Persimmon #E14F06

Color information

#E14F06 (or 0xE14F06) is unknown color: approx Persimmon. HEX triplet: E1, 4F and 06. RGB value is (225,79,6). Sum of RGB (Red+Green+Blue) = 225+79+6=310 (41% of max value = 765). Red value is 225 (88.28% from 255 or 72.58% from 310); Green value is 79 (31.25% from 255 or 25.48% from 310); Blue value is 6 (2.73% from 255 or 1.94% from 310); Max value from RGB is 225 - color contains mainly: red. Hex color #E14F06 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E14F06 is #1EB0F9. Grayscale: #727272. Windows color (decimal): -2011386 or 413665. OLE color: 413665.

HSL color Cylindrical-coordinate representation of color #E14F06: hue angle of 20º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E14F06 is Cyan = 0, Magento = 0.65, Yellow = 0.97 and Black (K on CMYK) = 0.12.

Color convert

RGB225796-
CMYK00.650.970.12
HSL20º94.81%45.29%-
HSV(B)20º97.33%88.24%-
XYZ33.8821.612.56-
YUV114.3366.87206.94-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 72.58%
GREEN value IS 79 (31.25% from 255) = 25.48%
BLUE value IS 6 (2.73% from 255) = 1.94%
R=72.58%
G=25.48%
B=1.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.97
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22579600.650.970.122094.8145.29
HexE14F604161C145f2d
Octal34111760101141142413755
Binary1110000110011111100100000111000011100101001011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E14F06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E14F06; }

 p { color: rgb(225,79,6); }

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

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

 a { background-color: rgb(225,79,6); }

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

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

 span { border-color: rgb(225,79,6); }

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