#E14400

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

Shades of Persimmon #E14400

Tints of Persimmon #E14400

Color information

#E14400 (or 0xE14400) is unknown color: approx Persimmon. HEX triplet: E1, 44 and 00. RGB value is (225,68,0). Sum of RGB (Red+Green+Blue) = 225+68+0=293 (38% of max value = 765). Red value is 225 (88.28% from 255 or 76.79% from 293); Green value is 68 (26.95% from 255 or 23.21% from 293); Blue value is 0 (0.39% from 255 or 0% from 293); Max value from RGB is 225 - color contains mainly: red. Hex color #E14400 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E14400 is #1EBBFF. Grayscale: #6B6B6B. Windows color (decimal): -2014208 or 17633. OLE color: 17633.

HSL color Cylindrical-coordinate representation of color #E14400: hue angle of 18.13º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E14400 is Cyan = 0, Magento = 0.70, Yellow = 1 and Black (K on CMYK) = 0.12.

Color convert

RGB225680-
CMYK00.7010.12
HSL18.13º100%44.12%-
HSV(B)18.13º100%88.24%-
XYZ33.1220.142.14-
YUV107.1967.51212.03-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 76.79%
GREEN value IS 68 (26.95% from 255) = 23.21%
BLUE value IS 0 (0.39% from 255) = 0%
R=76.79%
G=23.21%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 1
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22568000.7010.1218.1310044.12
HexE144004664C12642c
Octal34110400106144142214454
Binary11100001100010000100011011001001100100101100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E14400

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E14400; }

 p { color: rgb(225,68,0); }

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

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

 a { background-color: rgb(225,68,0); }

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

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

 span { border-color: rgb(225,68,0); }

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