#E55210

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

Shades of Persimmon #E55210

Tints of Persimmon #E55210

Color information

#E55210 (or 0xE55210) is unknown color: approx Persimmon. HEX triplet: E5, 52 and 10. RGB value is (229,82,16). Sum of RGB (Red+Green+Blue) = 229+82+16=327 (43% of max value = 765). Red value is 229 (89.84% from 255 or 70.03% from 327); Green value is 82 (32.42% from 255 or 25.08% from 327); Blue value is 16 (6.64% from 255 or 4.89% from 327); Max value from RGB is 229 - color contains mainly: red. Hex color #E55210 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E55210 is #1AADEF. Grayscale: #767676. Windows color (decimal): -1748464 or 1069797. OLE color: 1069797.

HSL color Cylindrical-coordinate representation of color #E55210: hue angle of 18.59º 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 #E55210 is Cyan = 0, Magento = 0.64, Yellow = 0.93 and Black (K on CMYK) = 0.10.

Color convert

RGB2298216-
CMYK00.640.930.10
HSL18.59º86.94%48.04%-
HSV(B)18.59º93.01%89.8%-
XYZ35.4222.733.01-
YUV118.4370.2206.87-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 70.03%
GREEN value IS 82 (32.42% from 255) = 25.08%
BLUE value IS 16 (6.64% from 255) = 4.89%
R=70.03%
G=25.08%
B=4.89%

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
Decimal229821600.640.930.1018.5986.9448.04
HexE552100405DA135730
Octal345122200100135122312760
Binary111001011010010100000100000010111011010100111010111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E55210

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E55210; }

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

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

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

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

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

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

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

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