#E1470C

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

Shades of Persimmon #E1470C

Tints of Persimmon #E1470C

Color information

#E1470C (or 0xE1470C) is unknown color: approx Persimmon. HEX triplet: E1, 47 and 0C. RGB value is (225,71,12). Sum of RGB (Red+Green+Blue) = 225+71+12=308 (40% of max value = 765). Red value is 225 (88.28% from 255 or 73.05% from 308); Green value is 71 (28.12% from 255 or 23.05% from 308); Blue value is 12 (5.08% from 255 or 3.90% from 308); Max value from RGB is 225 - color contains mainly: red. Hex color #E1470C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E1470C is #1EB8F3. Grayscale: #6E6E6E. Windows color (decimal): -2013428 or 804833. OLE color: 804833.

HSL color Cylindrical-coordinate representation of color #E1470C: hue angle of 16.62º 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 #E1470C is Cyan = 0, Magento = 0.68, Yellow = 0.95 and Black (K on CMYK) = 0.12.

Color convert

RGB2257112-
CMYK00.680.950.12
HSL16.62º89.87%46.47%-
HSV(B)16.62º94.67%88.24%-
XYZ33.3720.542.55-
YUV110.3272.52209.8-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 73.05%
GREEN value IS 71 (28.12% from 255) = 23.05%
BLUE value IS 12 (5.08% from 255) = 3.90%
R=73.05%
G=23.05%
B=3.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.95
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal225711200.680.950.1216.6289.8746.47
HexE147C0445FC115a2e
Octal341107140104137142113256
Binary11100001100011111000100010010111111100100011011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1470C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1470C; }

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

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

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

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

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

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

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

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