#EC6219

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

Shades of Persimmon #EC6219

Tints of Persimmon #EC6219

Color information

#EC6219 (or 0xEC6219) is unknown color: approx Persimmon. HEX triplet: EC, 62 and 19. RGB value is (236,98,25). Sum of RGB (Red+Green+Blue) = 236+98+25=359 (47% of max value = 765). Red value is 236 (92.58% from 255 or 65.74% from 359); Green value is 98 (38.67% from 255 or 27.30% from 359); Blue value is 25 (10.16% from 255 or 6.96% from 359); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6219 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC6219 is #139DE6. Grayscale: #838383. Windows color (decimal): -1285607 or 1663724. OLE color: 1663724.

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

Color convert

RGB2369825-
CMYK00.580.890.07
HSL20.76º84.74%51.18%-
HSV(B)20.76º89.41%92.55%-
XYZ39.1426.644-
YUV130.9468.22202.94-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 65.74%
GREEN value IS 98 (38.67% from 255) = 27.30%
BLUE value IS 25 (10.16% from 255) = 6.96%
R=65.74%
G=27.30%
B=6.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.89
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal236982500.580.890.0720.7684.7451.18
HexEC621903A597155533
Octal3541423107213172512563
Binary1110110011000101100101110101011001111101011010101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC6219

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC6219; }

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

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

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

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

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

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

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

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