#E6440E

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

Shades of Persimmon #E6440E

Tints of Persimmon #E6440E

Color information

#E6440E (or 0xE6440E) is unknown color: approx Persimmon. HEX triplet: E6, 44 and 0E. RGB value is (230,68,14). Sum of RGB (Red+Green+Blue) = 230+68+14=312 (41% of max value = 765). Red value is 230 (90.23% from 255 or 73.72% from 312); Green value is 68 (26.95% from 255 or 21.79% from 312); Blue value is 14 (5.86% from 255 or 4.49% from 312); Max value from RGB is 230 - color contains mainly: red. Hex color #E6440E is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E6440E is #19BBF1. Grayscale: #6E6E6E. Windows color (decimal): -1686514 or 935142. OLE color: 935142.

HSL color Cylindrical-coordinate representation of color #E6440E: hue angle of 15º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E6440E is Cyan = 0, Magento = 0.70, Yellow = 0.94 and Black (K on CMYK) = 0.10.

Color convert

RGB2306814-
CMYK00.700.940.10
HSL15º88.52%47.84%-
HSV(B)15º93.91%90.2%-
XYZ34.7820.992.63-
YUV110.2873.67213.39-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 73.72%
GREEN value IS 68 (26.95% from 255) = 21.79%
BLUE value IS 14 (5.86% from 255) = 4.49%
R=73.72%
G=21.79%
B=4.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.94
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal230681400.700.940.101588.5247.84
HexE644E0465EAf5930
Octal346104160106136121713160
Binary1110011010001001110010001101011110101011111011001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6440E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6440E; }

 p { color: rgb(230,68,14); }

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

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

 a { background-color: rgb(230,68,14); }

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

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

 span { border-color: rgb(230,68,14); }

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