#E96410

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

Shades of Persimmon #E96410

Tints of Persimmon #E96410

Color information

#E96410 (or 0xE96410) is unknown color: approx Persimmon. HEX triplet: E9, 64 and 10. RGB value is (233,100,16). Sum of RGB (Red+Green+Blue) = 233+100+16=349 (46% of max value = 765). Red value is 233 (91.41% from 255 or 66.76% from 349); Green value is 100 (39.45% from 255 or 28.65% from 349); Blue value is 16 (6.64% from 255 or 4.58% from 349); Max value from RGB is 233 - color contains mainly: red. Hex color #E96410 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E96410 is #169BEF. Grayscale: #828282. Windows color (decimal): -1481712 or 1074409. OLE color: 1074409.

HSL color Cylindrical-coordinate representation of color #E96410: hue angle of 23.23º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E96410 is Cyan = 0, Magento = 0.57, Yellow = 0.93 and Black (K on CMYK) = 0.09.

Color convert

RGB23310016-
CMYK00.570.930.09
HSL23.23º87.15%48.82%-
HSV(B)23.23º93.13%91.37%-
XYZ38.2526.483.58-
YUV130.1963.56201.33-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 66.76%
GREEN value IS 100 (39.45% from 255) = 28.65%
BLUE value IS 16 (6.64% from 255) = 4.58%
R=66.76%
G=28.65%
B=4.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.93
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2331001600.570.930.0923.2387.1548.82
HexE964100395D9175731
Octal35114420071135112712761
Binary11101001110010010000011100110111011001101111010111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E96410

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E96410; }

 p { color: rgb(233,100,16); }

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

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

 a { background-color: rgb(233,100,16); }

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

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

 span { border-color: rgb(233,100,16); }

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