#EC5603

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

Shades of Persimmon #EC5603

Tints of Persimmon #EC5603

Color information

#EC5603 (or 0xEC5603) is unknown color: approx Persimmon. HEX triplet: EC, 56 and 03. RGB value is (236,86,3). Sum of RGB (Red+Green+Blue) = 236+86+3=325 (43% of max value = 765). Red value is 236 (92.58% from 255 or 72.62% from 325); Green value is 86 (33.98% from 255 or 26.46% from 325); Blue value is 3 (1.56% from 255 or 0.92% from 325); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5603 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC5603 is #13A9FC. Grayscale: #797979. Windows color (decimal): -1288701 or 218860. OLE color: 218860.

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

Color convert

RGB236863-
CMYK00.640.990.07
HSL21.37º97.49%46.86%-
HSV(B)21.37º98.73%92.55%-
XYZ37.9424.52.81-
YUV121.3961.2209.75-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 72.62%
GREEN value IS 86 (33.98% from 255) = 26.46%
BLUE value IS 3 (1.56% from 255) = 0.92%
R=72.62%
G=26.46%
B=0.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.99
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23686300.640.990.0721.3797.4946.86
HexEC56304063715612f
Octal3541263010014372514157
Binary11101100101011011010000001100011111101011100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC5603

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC5603; }

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

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

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

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

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

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

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

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