#EC511C

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

Shades of Persimmon #EC511C

Tints of Persimmon #EC511C

Color information

#EC511C (or 0xEC511C) is unknown color: approx Persimmon. HEX triplet: EC, 51 and 1C. RGB value is (236,81,28). Sum of RGB (Red+Green+Blue) = 236+81+28=345 (45% of max value = 765). Red value is 236 (92.58% from 255 or 68.41% from 345); Green value is 81 (32.03% from 255 or 23.48% from 345); Blue value is 28 (11.33% from 255 or 8.12% from 345); Max value from RGB is 236 - color contains mainly: red. Hex color #EC511C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC511C is #13AEE3. Grayscale: #797979. Windows color (decimal): -1289956 or 1855980. OLE color: 1855980.

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

Color convert

RGB2368128-
CMYK00.660.880.07
HSL15.29º84.55%51.76%-
HSV(B)15.29º88.14%92.55%-
XYZ37.7423.83.7-
YUV121.375.35209.81-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 68.41%
GREEN value IS 81 (32.03% from 255) = 23.48%
BLUE value IS 28 (11.33% from 255) = 8.12%
R=68.41%
G=23.48%
B=8.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.88
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal236812800.660.880.0715.2984.5551.76
HexEC511C042587f5534
Octal35412134010213071712564
Binary1110110010100011110001000010101100011111111010101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC511C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC511C; }

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

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

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

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

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

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

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

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