#E65013

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

Shades of Persimmon #E65013

Tints of Persimmon #E65013

Color information

#E65013 (or 0xE65013) is unknown color: approx Persimmon. HEX triplet: E6, 50 and 13. RGB value is (230,80,19). Sum of RGB (Red+Green+Blue) = 230+80+19=329 (43% of max value = 765). Red value is 230 (90.23% from 255 or 69.91% from 329); Green value is 80 (31.64% from 255 or 24.32% from 329); Blue value is 19 (7.81% from 255 or 5.78% from 329); Max value from RGB is 230 - color contains mainly: red. Hex color #E65013 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E65013 is #19AFEC. Grayscale: #767676. Windows color (decimal): -1683437 or 1265894. OLE color: 1265894.

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

Color convert

RGB2308019-
CMYK00.650.920.10
HSL17.35º84.74%48.82%-
HSV(B)17.35º91.74%90.2%-
XYZ35.6222.613.1-
YUV117.972.2207.96-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 69.91%
GREEN value IS 80 (31.64% from 255) = 24.32%
BLUE value IS 19 (7.81% from 255) = 5.78%
R=69.91%
G=24.32%
B=5.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.92
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal230801900.650.920.1017.3584.7448.82
HexE650130415CA115531
Octal346120230101134122112561
Binary111001101010000100110100000110111001010100011010101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E65013

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E65013; }

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

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

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

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

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

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

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

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