#EC4F19

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

Shades of Persimmon #EC4F19

Tints of Persimmon #EC4F19

Color information

#EC4F19 (or 0xEC4F19) is unknown color: approx Persimmon. HEX triplet: EC, 4F and 19. RGB value is (236,79,25). Sum of RGB (Red+Green+Blue) = 236+79+25=340 (45% of max value = 765). Red value is 236 (92.58% from 255 or 69.41% from 340); Green value is 79 (31.25% from 255 or 23.24% from 340); Blue value is 25 (10.16% from 255 or 7.35% from 340); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4F19 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC4F19 is #13B0E6. Grayscale: #787878. Windows color (decimal): -1290471 or 1658860. OLE color: 1658860.

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

Color convert

RGB2367925-
CMYK00.670.890.07
HSL15.36º84.74%51.18%-
HSV(B)15.36º89.41%92.55%-
XYZ37.5623.53.47-
YUV119.7974.51210.89-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 69.41%
GREEN value IS 79 (31.25% from 255) = 23.24%
BLUE value IS 25 (10.16% from 255) = 7.35%
R=69.41%
G=23.24%
B=7.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.89
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal236792500.670.890.0715.3684.7451.18
HexEC4F19043597f5533
Octal35411731010313171712563
Binary1110110010011111100101000011101100111111111010101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC4F19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC4F19; }

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

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

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

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

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

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

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

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