#E96210

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

Shades of Persimmon #E96210

Tints of Persimmon #E96210

Color information

#E96210 (or 0xE96210) is unknown color: approx Persimmon. HEX triplet: E9, 62 and 10. RGB value is (233,98,16). Sum of RGB (Red+Green+Blue) = 233+98+16=347 (45% of max value = 765). Red value is 233 (91.41% from 255 or 67.15% from 347); Green value is 98 (38.67% from 255 or 28.24% from 347); Blue value is 16 (6.64% from 255 or 4.61% from 347); Max value from RGB is 233 - color contains mainly: red. Hex color #E96210 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E96210 is #169DEF. Grayscale: #818181. Windows color (decimal): -1482224 or 1073897. OLE color: 1073897.

HSL color Cylindrical-coordinate representation of color #E96210: hue angle of 22.67º 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 #E96210 is Cyan = 0, Magento = 0.58, Yellow = 0.93 and Black (K on CMYK) = 0.09.

Color convert

RGB2339816-
CMYK00.580.930.09
HSL22.67º87.15%48.82%-
HSV(B)22.67º93.13%91.37%-
XYZ38.0726.13.52-
YUV129.0264.23202.17-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 67.15%
GREEN value IS 98 (38.67% from 255) = 28.24%
BLUE value IS 16 (6.64% from 255) = 4.61%
R=67.15%
G=28.24%
B=4.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.93
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal233981600.580.930.0922.6787.1548.82
HexE9621003A5D9175731
Octal35114220072135112712761
Binary11101001110001010000011101010111011001101111010111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E96210

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E96210; }

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

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

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

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

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

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

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

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