#EC5419

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

Shades of Persimmon #EC5419

Tints of Persimmon #EC5419

Color information

#EC5419 (or 0xEC5419) is unknown color: approx Persimmon. HEX triplet: EC, 54 and 19. RGB value is (236,84,25). Sum of RGB (Red+Green+Blue) = 236+84+25=345 (45% of max value = 765). Red value is 236 (92.58% from 255 or 68.41% from 345); Green value is 84 (33.20% from 255 or 24.35% from 345); Blue value is 25 (10.16% from 255 or 7.25% from 345); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5419 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC5419 is #13ABE6. Grayscale: #7B7B7B. Windows color (decimal): -1289191 or 1660140. OLE color: 1660140.

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

Color convert

RGB2368425-
CMYK00.640.890.07
HSL16.78º84.74%51.18%-
HSV(B)16.78º89.41%92.55%-
XYZ37.9424.243.6-
YUV122.7272.86208.8-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 68.41%
GREEN value IS 84 (33.20% from 255) = 24.35%
BLUE value IS 25 (10.16% from 255) = 7.25%
R=68.41%
G=24.35%
B=7.25%

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
Decimal236842500.640.890.0716.7884.7451.18
HexEC5419040597115533
Octal35412431010013172112563
Binary11101100101010011001010000001011001111100011010101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC5419

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC5419; }

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

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

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

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

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

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

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

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