#EC6019

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

Shades of Persimmon #EC6019

Tints of Persimmon #EC6019

Color information

#EC6019 (or 0xEC6019) is unknown color: approx Persimmon. HEX triplet: EC, 60 and 19. RGB value is (236,96,25). Sum of RGB (Red+Green+Blue) = 236+96+25=357 (47% of max value = 765). Red value is 236 (92.58% from 255 or 66.11% from 357); Green value is 96 (37.89% from 255 or 26.89% from 357); Blue value is 25 (10.16% from 255 or 7.00% from 357); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6019 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC6019 is #139FE6. Grayscale: #828282. Windows color (decimal): -1286119 or 1663212. OLE color: 1663212.

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

Color convert

RGB2369625-
CMYK00.590.890.07
HSL20.19º84.74%51.18%-
HSV(B)20.19º89.41%92.55%-
XYZ38.9526.273.94-
YUV129.7768.88203.77-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 66.11%
GREEN value IS 96 (37.89% from 255) = 26.89%
BLUE value IS 25 (10.16% from 255) = 7.00%
R=66.11%
G=26.89%
B=7.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.89
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal236962500.590.890.0720.1984.7451.18
HexEC601903B597145533
Octal3541403107313172412563
Binary1110110011000001100101110111011001111101001010101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC6019

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC6019; }

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

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

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

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

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

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

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

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