#EC6119

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

Shades of Persimmon #EC6119

Tints of Persimmon #EC6119

Color information

#EC6119 (or 0xEC6119) is unknown color: approx Persimmon. HEX triplet: EC, 61 and 19. RGB value is (236,97,25). Sum of RGB (Red+Green+Blue) = 236+97+25=358 (47% of max value = 765). Red value is 236 (92.58% from 255 or 65.92% from 358); Green value is 97 (38.28% from 255 or 27.09% from 358); Blue value is 25 (10.16% from 255 or 6.98% from 358); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6119 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC6119 is #139EE6. Grayscale: #828282. Windows color (decimal): -1285863 or 1663468. OLE color: 1663468.

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

Color convert

RGB2369725-
CMYK00.590.890.07
HSL20.47º84.74%51.18%-
HSV(B)20.47º89.41%92.55%-
XYZ39.0426.453.97-
YUV130.3568.55203.35-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 65.92%
GREEN value IS 97 (38.28% from 255) = 27.09%
BLUE value IS 25 (10.16% from 255) = 6.98%
R=65.92%
G=27.09%
B=6.98%

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
Decimal236972500.590.890.0720.4784.7451.18
HexEC611903B597145533
Octal3541413107313172412563
Binary1110110011000011100101110111011001111101001010101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC6119

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC6119; }

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

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

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

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

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

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

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

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