#E64E13

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

Shades of Persimmon #E64E13

Tints of Persimmon #E64E13

Color information

#E64E13 (or 0xE64E13) is unknown color: approx Persimmon. HEX triplet: E6, 4E and 13. RGB value is (230,78,19). Sum of RGB (Red+Green+Blue) = 230+78+19=327 (43% of max value = 765). Red value is 230 (90.23% from 255 or 70.34% from 327); Green value is 78 (30.86% from 255 or 23.85% from 327); Blue value is 19 (7.81% from 255 or 5.81% from 327); Max value from RGB is 230 - color contains mainly: red. Hex color #E64E13 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E64E13 is #19B1EC. Grayscale: #757575. Windows color (decimal): -1683949 or 1265382. OLE color: 1265382.

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

Color convert

RGB2307819-
CMYK00.660.920.10
HSL16.78º84.74%48.82%-
HSV(B)16.78º91.74%90.2%-
XYZ35.4822.323.05-
YUV116.7272.86208.8-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 70.34%
GREEN value IS 78 (30.86% from 255) = 23.85%
BLUE value IS 19 (7.81% from 255) = 5.81%
R=70.34%
G=23.85%
B=5.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.92
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal230781900.660.920.1016.7884.7448.82
HexE64E130425CA115531
Octal346116230102134122112561
Binary111001101001110100110100001010111001010100011010101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E64E13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E64E13; }

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

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

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

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

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

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

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

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