#ec5513

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

Shades of Persimmon #EC5513

Tints of Persimmon #EC5513

Color information

#EC5513 (or 0xEC5513) is unknown color: approx Persimmon. HEX triplet: EC, 55 and 13. RGB value is (236,85,19). Sum of RGB (Red+Green+Blue) = 236+85+19=340 (45% of max value = 765). Red value is 236 (92.58% from 255 or 69.41% from 340); Green value is 85 (33.59% from 255 or 25% from 340); Blue value is 19 (7.81% from 255 or 5.59% from 340); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5513 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC5513 is #13AAEC. Grayscale: #7B7B7B. Windows color (decimal): -1288941 or 1267180. OLE color: 1267180.

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

Color convert

RGB2368519-
CMYK00.640.920.07
HSL18.25º85.1%50%-
HSV(B)18.25º91.95%92.55%-
XYZ37.9624.383.32-
YUV122.6269.53208.87-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 69.41%
GREEN value IS 85 (33.59% from 255) = 25%
BLUE value IS 19 (7.81% from 255) = 5.59%
R=69.41%
G=25%
B=5.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.92
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal236851900.640.920.0718.2585.150
HexEC55130405C7125532
Octal35412523010013472212562
Binary11101100101010110011010000001011100111100101010101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ec5513

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ec5513; }

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

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

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

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

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

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

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

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