#E25813

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

Shades of Persimmon #E25813

Tints of Persimmon #E25813

Color information

#E25813 (or 0xE25813) is unknown color: approx Persimmon. HEX triplet: E2, 58 and 13. RGB value is (226,88,19). Sum of RGB (Red+Green+Blue) = 226+88+19=333 (44% of max value = 765). Red value is 226 (88.67% from 255 or 67.87% from 333); Green value is 88 (34.77% from 255 or 26.43% from 333); Blue value is 19 (7.81% from 255 or 5.71% from 333); Max value from RGB is 226 - color contains mainly: red. Hex color #E25813 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E25813 is #1DA7EC. Grayscale: #797979. Windows color (decimal): -1943533 or 1267938. OLE color: 1267938.

HSL color Cylindrical-coordinate representation of color #E25813: hue angle of 20º 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 #E25813 is Cyan = 0, Magento = 0.61, Yellow = 0.92 and Black (K on CMYK) = 0.11.

Color convert

RGB2268819-
CMYK00.610.920.11
HSL20º84.49%48.04%-
HSV(B)20º91.59%88.63%-
XYZ34.9723.23.25-
YUV121.470.22202.61-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 67.87%
GREEN value IS 88 (34.77% from 255) = 26.43%
BLUE value IS 19 (7.81% from 255) = 5.71%
R=67.87%
G=26.43%
B=5.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.92
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal226881900.610.920.112084.4948.04
HexE2581303D5CB145430
Octal34213023075134132412460
Binary11100010101100010011011110110111001011101001010100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E25813

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E25813; }

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

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

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

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

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

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

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

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