#E55607

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

Shades of Persimmon #E55607

Tints of Persimmon #E55607

Color information

#E55607 (or 0xE55607) is unknown color: approx Persimmon. HEX triplet: E5, 56 and 07. RGB value is (229,86,7). Sum of RGB (Red+Green+Blue) = 229+86+7=322 (42% of max value = 765). Red value is 229 (89.84% from 255 or 71.12% from 322); Green value is 86 (33.98% from 255 or 26.71% from 322); Blue value is 7 (3.12% from 255 or 2.17% from 322); Max value from RGB is 229 - color contains mainly: red. Hex color #E55607 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E55607 is #1AA9F8. Grayscale: #787878. Windows color (decimal): -1747449 or 480997. OLE color: 480997.

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

Color convert

RGB229867-
CMYK00.620.970.10
HSL21.35º94.07%46.27%-
HSV(B)21.35º96.94%89.8%-
XYZ35.6823.332.82-
YUV119.7564.38205.92-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 71.12%
GREEN value IS 86 (33.98% from 255) = 26.71%
BLUE value IS 7 (3.12% from 255) = 2.17%
R=71.12%
G=26.71%
B=2.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.97
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22986700.620.970.1021.3594.0746.27
HexE556703E61A155e2e
Octal3451267076141122513656
Binary111001011010110111011111011000011010101011011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E55607

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E55607; }

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

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

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

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

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

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

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

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