#EC5519

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

Shades of Persimmon #EC5519

Tints of Persimmon #EC5519

Color information

#EC5519 (or 0xEC5519) is unknown color: approx Persimmon. HEX triplet: EC, 55 and 19. RGB value is (236,85,25). Sum of RGB (Red+Green+Blue) = 236+85+25=346 (45% of max value = 765). Red value is 236 (92.58% from 255 or 68.21% from 346); Green value is 85 (33.59% from 255 or 24.57% from 346); Blue value is 25 (10.16% from 255 or 7.23% from 346); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5519 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC5519 is #13AAE6. Grayscale: #7B7B7B. Windows color (decimal): -1288935 or 1660396. OLE color: 1660396.

HSL color Cylindrical-coordinate representation of color #EC5519: hue angle of 17.06º 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 #EC5519 is Cyan = 0, Magento = 0.64, Yellow = 0.89 and Black (K on CMYK) = 0.07.

Color convert

RGB2368525-
CMYK00.640.890.07
HSL17.06º84.74%51.18%-
HSV(B)17.06º89.41%92.55%-
XYZ38.0224.43.63-
YUV123.3172.53208.38-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 68.21%
GREEN value IS 85 (33.59% from 255) = 24.57%
BLUE value IS 25 (10.16% from 255) = 7.23%
R=68.21%
G=24.57%
B=7.23%

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
Decimal236852500.640.890.0717.0684.7451.18
HexEC5519040597115533
Octal35412531010013172112563
Binary11101100101010111001010000001011001111100011010101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC5519

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC5519; }

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

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

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

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

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

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

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

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