#E25613

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

Shades of Persimmon #E25613

Tints of Persimmon #E25613

Color information

#E25613 (or 0xE25613) is unknown color: approx Persimmon. HEX triplet: E2, 56 and 13. RGB value is (226,86,19). Sum of RGB (Red+Green+Blue) = 226+86+19=331 (43% of max value = 765). Red value is 226 (88.67% from 255 or 68.28% from 331); Green value is 86 (33.98% from 255 or 25.98% from 331); Blue value is 19 (7.81% from 255 or 5.74% from 331); Max value from RGB is 226 - color contains mainly: red. Hex color #E25613 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E25613 is #1DA9EC. Grayscale: #787878. Windows color (decimal): -1944045 or 1267426. OLE color: 1267426.

HSL color Cylindrical-coordinate representation of color #E25613: hue angle of 19.42º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E25613 is Cyan = 0, Magento = 0.62, Yellow = 0.92 and Black (K on CMYK) = 0.11.

Color convert

RGB2268619-
CMYK00.620.920.11
HSL19.42º84.49%48.04%-
HSV(B)19.42º91.59%88.63%-
XYZ34.8122.873.2-
YUV120.2270.88203.45-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 68.28%
GREEN value IS 86 (33.98% from 255) = 25.98%
BLUE value IS 19 (7.81% from 255) = 5.74%
R=68.28%
G=25.98%
B=5.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.92
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal226861900.620.920.1119.4284.4948.04
HexE2561303E5CB135430
Octal34212623076134132312460
Binary11100010101011010011011111010111001011100111010100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E25613

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E25613; }

 p { color: rgb(226,86,19); }

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

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

 a { background-color: rgb(226,86,19); }

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

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

 span { border-color: rgb(226,86,19); }

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