#EC4F1C

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

Shades of Persimmon #EC4F1C

Tints of Persimmon #EC4F1C

Color information

#EC4F1C (or 0xEC4F1C) is unknown color: approx Persimmon. HEX triplet: EC, 4F and 1C. RGB value is (236,79,28). Sum of RGB (Red+Green+Blue) = 236+79+28=343 (45% of max value = 765). Red value is 236 (92.58% from 255 or 68.80% from 343); Green value is 79 (31.25% from 255 or 23.03% from 343); Blue value is 28 (11.33% from 255 or 8.16% from 343); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4F1C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC4F1C is #13B0E3. Grayscale: #787878. Windows color (decimal): -1290468 or 1855468. OLE color: 1855468.

HSL color Cylindrical-coordinate representation of color #EC4F1C: hue angle of 14.71º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EC4F1C is Cyan = 0, Magento = 0.67, Yellow = 0.88 and Black (K on CMYK) = 0.07.

Color convert

RGB2367928-
CMYK00.670.880.07
HSL14.71º84.55%51.76%-
HSV(B)14.71º88.14%92.55%-
XYZ37.623.513.65-
YUV120.1376.01210.65-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 68.80%
GREEN value IS 79 (31.25% from 255) = 23.03%
BLUE value IS 28 (11.33% from 255) = 8.16%
R=68.80%
G=23.03%
B=8.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.88
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal236792800.670.880.0714.7184.5551.76
HexEC4F1C043587f5534
Octal35411734010313071712564
Binary1110110010011111110001000011101100011111111010101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC4F1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC4F1C; }

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

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

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

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

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

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

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

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