#E65E15

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

Shades of Persimmon #E65E15

Tints of Persimmon #E65E15

Color information

#E65E15 (or 0xE65E15) is unknown color: approx Persimmon. HEX triplet: E6, 5E and 15. RGB value is (230,94,21). Sum of RGB (Red+Green+Blue) = 230+94+21=345 (45% of max value = 765). Red value is 230 (90.23% from 255 or 66.67% from 345); Green value is 94 (37.11% from 255 or 27.25% from 345); Blue value is 21 (8.59% from 255 or 6.09% from 345); Max value from RGB is 230 - color contains mainly: red. Hex color #E65E15 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E65E15 is #19A1EA. Grayscale: #7E7E7E. Windows color (decimal): -1679851 or 1400550. OLE color: 1400550.

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

Color convert

RGB2309421-
CMYK00.590.910.10
HSL20.96º83.27%49.22%-
HSV(B)20.96º90.87%90.2%-
XYZ36.7724.883.57-
YUV126.3468.56201.94-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 66.67%
GREEN value IS 94 (37.11% from 255) = 27.25%
BLUE value IS 21 (8.59% from 255) = 6.09%
R=66.67%
G=27.25%
B=6.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.91
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal230942100.590.910.1020.9683.2749.22
HexE65E1503B5BA155331
Octal34613625073133122512361
Binary11100110101111010101011101110110111010101011010011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E65E15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E65E15; }

 p { color: rgb(230,94,21); }

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

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

 a { background-color: rgb(230,94,21); }

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

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

 span { border-color: rgb(230,94,21); }

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