#EC5619

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

Shades of Persimmon #EC5619

Tints of Persimmon #EC5619

Color information

#EC5619 (or 0xEC5619) is unknown color: approx Persimmon. HEX triplet: EC, 56 and 19. RGB value is (236,86,25). Sum of RGB (Red+Green+Blue) = 236+86+25=347 (45% of max value = 765). Red value is 236 (92.58% from 255 or 68.01% from 347); Green value is 86 (33.98% from 255 or 24.78% from 347); Blue value is 25 (10.16% from 255 or 7.20% from 347); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5619 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC5619 is #13A9E6. Grayscale: #7C7C7C. Windows color (decimal): -1288679 or 1660652. OLE color: 1660652.

HSL color Cylindrical-coordinate representation of color #EC5619: hue angle of 17.35º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EC5619 is Cyan = 0, Magento = 0.64, Yellow = 0.89 and Black (K on CMYK) = 0.07.

Color convert

RGB2368625-
CMYK00.640.890.07
HSL17.35º84.74%51.18%-
HSV(B)17.35º89.41%92.55%-
XYZ38.124.563.65-
YUV123.972.2207.96-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 68.01%
GREEN value IS 86 (33.98% from 255) = 24.78%
BLUE value IS 25 (10.16% from 255) = 7.20%
R=68.01%
G=24.78%
B=7.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.89
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal236862500.640.890.0717.3584.7451.18
HexEC5619040597115533
Octal35412631010013172112563
Binary11101100101011011001010000001011001111100011010101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC5619

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC5619; }

 p { color: rgb(236,86,25); }

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

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

 a { background-color: rgb(236,86,25); }

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

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

 span { border-color: rgb(236,86,25); }

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