#E1600C

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

Shades of Persimmon #E1600C

Tints of Persimmon #E1600C

Color information

#E1600C (or 0xE1600C) is unknown color: approx Persimmon. HEX triplet: E1, 60 and 0C. RGB value is (225,96,12). Sum of RGB (Red+Green+Blue) = 225+96+12=333 (44% of max value = 765). Red value is 225 (88.28% from 255 or 67.57% from 333); Green value is 96 (37.89% from 255 or 28.83% from 333); Blue value is 12 (5.08% from 255 or 3.60% from 333); Max value from RGB is 225 - color contains mainly: red. Hex color #E1600C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E1600C is #1E9FF3. Grayscale: #7D7D7D. Windows color (decimal): -2007028 or 811233. OLE color: 811233.

HSL color Cylindrical-coordinate representation of color #E1600C: hue angle of 23.66º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E1600C is Cyan = 0, Magento = 0.57, Yellow = 0.95 and Black (K on CMYK) = 0.12.

Color convert

RGB2259612-
CMYK00.570.950.12
HSL23.66º89.87%46.47%-
HSV(B)23.66º94.67%88.24%-
XYZ35.324.43.2-
YUV124.9964.24199.33-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 67.57%
GREEN value IS 96 (37.89% from 255) = 28.83%
BLUE value IS 12 (5.08% from 255) = 3.60%
R=67.57%
G=28.83%
B=3.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.95
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal225961200.570.950.1223.6689.8746.47
HexE160C0395FC185a2e
Octal34114014071137143013256
Binary1110000111000001100011100110111111100110001011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1600C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1600C; }

 p { color: rgb(225,96,12); }

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

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

 a { background-color: rgb(225,96,12); }

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

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

 span { border-color: rgb(225,96,12); }

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