#E34613

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

Shades of Persimmon #E34613

Tints of Persimmon #E34613

Color information

#E34613 (or 0xE34613) is unknown color: approx Persimmon. HEX triplet: E3, 46 and 13. RGB value is (227,70,19). Sum of RGB (Red+Green+Blue) = 227+70+19=316 (41% of max value = 765). Red value is 227 (89.06% from 255 or 71.84% from 316); Green value is 70 (27.73% from 255 or 22.15% from 316); Blue value is 19 (7.81% from 255 or 6.01% from 316); Max value from RGB is 227 - color contains mainly: red. Hex color #E34613 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E34613 is #1CB9EC. Grayscale: #6F6F6F. Windows color (decimal): -1882605 or 1263331. OLE color: 1263331.

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

Color convert

RGB2277019-
CMYK00.690.920.11
HSL14.71º84.55%48.24%-
HSV(B)14.71º91.63%89.02%-
XYZ33.9920.762.83-
YUV111.1376.01210.65-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 71.84%
GREEN value IS 70 (27.73% from 255) = 22.15%
BLUE value IS 19 (7.81% from 255) = 6.01%
R=71.84%
G=22.15%
B=6.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.92
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal227701900.690.920.1114.7184.5548.24
HexE346130455CBf5530
Octal343106230105134131712560
Binary11100011100011010011010001011011100101111111010101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E34613

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E34613; }

 p { color: rgb(227,70,19); }

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

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

 a { background-color: rgb(227,70,19); }

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

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

 span { border-color: rgb(227,70,19); }

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