#E55310

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

Shades of Persimmon #E55310

Tints of Persimmon #E55310

Color information

#E55310 (or 0xE55310) is unknown color: approx Persimmon. HEX triplet: E5, 53 and 10. RGB value is (229,83,16). Sum of RGB (Red+Green+Blue) = 229+83+16=328 (43% of max value = 765). Red value is 229 (89.84% from 255 or 69.82% from 328); Green value is 83 (32.81% from 255 or 25.30% from 328); Blue value is 16 (6.64% from 255 or 4.88% from 328); Max value from RGB is 229 - color contains mainly: red. Hex color #E55310 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E55310 is #1AACEF. Grayscale: #777777. Windows color (decimal): -1748208 or 1070053. OLE color: 1070053.

HSL color Cylindrical-coordinate representation of color #E55310: hue angle of 18.87º degrees, saturation: 0.87, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E55310 is Cyan = 0, Magento = 0.64, Yellow = 0.93 and Black (K on CMYK) = 0.10.

Color convert

RGB2298316-
CMYK00.640.930.10
HSL18.87º86.94%48.04%-
HSV(B)18.87º93.01%89.8%-
XYZ35.522.883.04-
YUV119.0269.87206.45-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 69.82%
GREEN value IS 83 (32.81% from 255) = 25.30%
BLUE value IS 16 (6.64% from 255) = 4.88%
R=69.82%
G=25.30%
B=4.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.93
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal229831600.640.930.1018.8786.9448.04
HexE553100405DA135730
Octal345123200100135122312760
Binary111001011010011100000100000010111011010100111010111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E55310

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E55310; }

 p { color: rgb(229,83,16); }

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

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

 a { background-color: rgb(229,83,16); }

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

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

 span { border-color: rgb(229,83,16); }

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