#E64808

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

Shades of Persimmon #E64808

Tints of Persimmon #E64808

Color information

#E64808 (or 0xE64808) is unknown color: approx Persimmon. HEX triplet: E6, 48 and 08. RGB value is (230,72,8). Sum of RGB (Red+Green+Blue) = 230+72+8=310 (41% of max value = 765). Red value is 230 (90.23% from 255 or 74.19% from 310); Green value is 72 (28.52% from 255 or 23.23% from 310); Blue value is 8 (3.52% from 255 or 2.58% from 310); Max value from RGB is 230 - color contains mainly: red. Hex color #E64808 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E64808 is #19B7F7. Grayscale: #707070. Windows color (decimal): -1685496 or 542950. OLE color: 542950.

HSL color Cylindrical-coordinate representation of color #E64808: hue angle of 17.3º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E64808 is Cyan = 0, Magento = 0.69, Yellow = 0.97 and Black (K on CMYK) = 0.10.

Color convert

RGB230728-
CMYK00.690.970.10
HSL17.3º93.28%46.67%-
HSV(B)17.3º96.52%90.2%-
XYZ34.9921.482.53-
YUV111.9569.35212.2-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 74.19%
GREEN value IS 72 (28.52% from 255) = 23.23%
BLUE value IS 8 (3.52% from 255) = 2.58%
R=74.19%
G=23.23%
B=2.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.97
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23072800.690.970.1017.393.2846.67
HexE648804561A115d2f
Octal346110100105141122113557
Binary11100110100100010000100010111000011010100011011101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E64808

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E64808; }

 p { color: rgb(230,72,8); }

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

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

 a { background-color: rgb(230,72,8); }

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

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

 span { border-color: rgb(230,72,8); }

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