#e14b11

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

Shades of Persimmon #E14B11

Tints of Persimmon #E14B11

Color information

#E14B11 (or 0xE14B11) is unknown color: approx Persimmon. HEX triplet: E1, 4B and 11. RGB value is (225,75,17). Sum of RGB (Red+Green+Blue) = 225+75+17=317 (41% of max value = 765). Red value is 225 (88.28% from 255 or 70.98% from 317); Green value is 75 (29.69% from 255 or 23.66% from 317); Blue value is 17 (7.03% from 255 or 5.36% from 317); Max value from RGB is 225 - color contains mainly: red. Hex color #E14B11 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E14B11 is #1EB4EE. Grayscale: #717171. Windows color (decimal): -2012399 or 1133537. OLE color: 1133537.

HSL color Cylindrical-coordinate representation of color #E14B11: hue angle of 16.73º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E14B11 is Cyan = 0, Magento = 0.67, Yellow = 0.92 and Black (K on CMYK) = 0.12.

Color convert

RGB2257517-
CMYK00.670.920.12
HSL16.73º85.95%47.45%-
HSV(B)16.73º92.44%88.24%-
XYZ33.6721.082.82-
YUV113.2473.7207.72-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 70.98%
GREEN value IS 75 (29.69% from 255) = 23.66%
BLUE value IS 17 (7.03% from 255) = 5.36%
R=70.98%
G=23.66%
B=5.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.92
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal225751700.670.920.1216.7385.9547.45
HexE14B110435CC11562f
Octal341113210103134142112657
Binary111000011001011100010100001110111001100100011010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e14b11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e14b11; }

 p { color: rgb(225,75,17); }

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

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

 a { background-color: rgb(225,75,17); }

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

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

 span { border-color: rgb(225,75,17); }

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