#E64913

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

Shades of Persimmon #E64913

Tints of Persimmon #E64913

Color information

#E64913 (or 0xE64913) is unknown color: approx Persimmon. HEX triplet: E6, 49 and 13. RGB value is (230,73,19). Sum of RGB (Red+Green+Blue) = 230+73+19=322 (42% of max value = 765). Red value is 230 (90.23% from 255 or 71.43% from 322); Green value is 73 (28.91% from 255 or 22.67% from 322); Blue value is 19 (7.81% from 255 or 5.90% from 322); Max value from RGB is 230 - color contains mainly: red. Hex color #E64913 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E64913 is #19B6EC. Grayscale: #727272. Windows color (decimal): -1685229 or 1264102. OLE color: 1264102.

HSL color Cylindrical-coordinate representation of color #E64913: hue angle of 15.36º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E64913 is Cyan = 0, Magento = 0.68, Yellow = 0.92 and Black (K on CMYK) = 0.10.

Color convert

RGB2307319-
CMYK00.680.920.10
HSL15.36º84.74%48.82%-
HSV(B)15.36º91.74%90.2%-
XYZ35.1321.642.94-
YUV113.7974.51210.89-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 71.43%
GREEN value IS 73 (28.91% from 255) = 22.67%
BLUE value IS 19 (7.81% from 255) = 5.90%
R=71.43%
G=22.67%
B=5.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.92
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal230731900.680.920.1015.3684.7448.82
HexE649130445CAf5531
Octal346111230104134121712561
Binary11100110100100110011010001001011100101011111010101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E64913

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E64913; }

 p { color: rgb(230,73,19); }

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

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

 a { background-color: rgb(230,73,19); }

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

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

 span { border-color: rgb(230,73,19); }

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