#E65E10

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

Shades of Persimmon #E65E10

Tints of Persimmon #E65E10

Color information

#E65E10 (or 0xE65E10) is unknown color: approx Persimmon. HEX triplet: E6, 5E and 10. RGB value is (230,94,16). Sum of RGB (Red+Green+Blue) = 230+94+16=340 (45% of max value = 765). Red value is 230 (90.23% from 255 or 67.65% from 340); Green value is 94 (37.11% from 255 or 27.65% from 340); Blue value is 16 (6.64% from 255 or 4.71% from 340); Max value from RGB is 230 - color contains mainly: red. Hex color #E65E10 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E65E10 is #19A1EF. Grayscale: #7E7E7E. Windows color (decimal): -1679856 or 1072870. OLE color: 1072870.

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

Color convert

RGB2309416-
CMYK00.590.930.10
HSL21.87º86.99%48.24%-
HSV(B)21.87º93.04%90.2%-
XYZ36.7324.873.35-
YUV125.7766.06202.34-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 67.65%
GREEN value IS 94 (37.11% from 255) = 27.65%
BLUE value IS 16 (6.64% from 255) = 4.71%
R=67.65%
G=27.65%
B=4.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.93
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal230941600.590.930.1021.8786.9948.24
HexE65E1003B5DA165730
Octal34613620073135122612760
Binary11100110101111010000011101110111011010101101010111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E65E10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E65E10; }

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

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

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

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

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

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

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

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