#E14B10

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

Shades of Persimmon #E14B10

Tints of Persimmon #E14B10

Color information

#E14B10 (or 0xE14B10) is unknown color: approx Persimmon. HEX triplet: E1, 4B and 10. RGB value is (225,75,16). Sum of RGB (Red+Green+Blue) = 225+75+16=316 (41% of max value = 765). Red value is 225 (88.28% from 255 or 71.20% from 316); Green value is 75 (29.69% from 255 or 23.73% from 316); Blue value is 16 (6.64% from 255 or 5.06% from 316); Max value from RGB is 225 - color contains mainly: red. Hex color #E14B10 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E14B10 is #1EB4EF. Grayscale: #717171. Windows color (decimal): -2012400 or 1068001. OLE color: 1068001.

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

Color convert

RGB2257516-
CMYK00.670.930.12
HSL16.94º86.72%47.25%-
HSV(B)16.94º92.89%88.24%-
XYZ33.6621.082.78-
YUV113.1273.2207.8-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 71.20%
GREEN value IS 75 (29.69% from 255) = 23.73%
BLUE value IS 16 (6.64% from 255) = 5.06%
R=71.20%
G=23.73%
B=5.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.93
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal225751600.670.930.1216.9486.7247.25
HexE14B100435DC11572f
Octal341113200103135142112757
Binary111000011001011100000100001110111011100100011010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E14B10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E14B10; }

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

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

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

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

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

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

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

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