#E55614

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

Shades of Persimmon #E55614

Tints of Persimmon #E55614

Color information

#E55614 (or 0xE55614) is unknown color: approx Persimmon. HEX triplet: E5, 56 and 14. RGB value is (229,86,20). Sum of RGB (Red+Green+Blue) = 229+86+20=335 (44% of max value = 765). Red value is 229 (89.84% from 255 or 68.36% from 335); Green value is 86 (33.98% from 255 or 25.67% from 335); Blue value is 20 (8.20% from 255 or 5.97% from 335); Max value from RGB is 229 - color contains mainly: red. Hex color #E55614 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E55614 is #1AA9EB. Grayscale: #797979. Windows color (decimal): -1747436 or 1332965. OLE color: 1332965.

HSL color Cylindrical-coordinate representation of color #E55614: hue angle of 18.95º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E55614 is Cyan = 0, Magento = 0.62, Yellow = 0.91 and Black (K on CMYK) = 0.10.

Color convert

RGB2298620-
CMYK00.620.910.10
HSL18.95º83.94%48.82%-
HSV(B)18.95º91.27%89.8%-
XYZ35.7723.363.29-
YUV121.2370.88204.87-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 68.36%
GREEN value IS 86 (33.98% from 255) = 25.67%
BLUE value IS 20 (8.20% from 255) = 5.97%
R=68.36%
G=25.67%
B=5.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.91
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal229862000.620.910.1018.9583.9448.82
HexE5561403E5BA135431
Octal34512624076133122312461
Binary11100101101011010100011111010110111010100111010100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E55614

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E55614; }

 p { color: rgb(229,86,20); }

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

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

 a { background-color: rgb(229,86,20); }

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

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

 span { border-color: rgb(229,86,20); }

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