#EC561A

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

Shades of Persimmon #EC561A

Tints of Persimmon #EC561A

Color information

#EC561A (or 0xEC561A) is unknown color: approx Persimmon. HEX triplet: EC, 56 and 1A. RGB value is (236,86,26). Sum of RGB (Red+Green+Blue) = 236+86+26=348 (46% of max value = 765). Red value is 236 (92.58% from 255 or 67.82% from 348); Green value is 86 (33.98% from 255 or 24.71% from 348); Blue value is 26 (10.55% from 255 or 7.47% from 348); Max value from RGB is 236 - color contains mainly: red. Hex color #EC561A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC561A is #13A9E5. Grayscale: #7C7C7C. Windows color (decimal): -1288678 or 1726188. OLE color: 1726188.

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

Color convert

RGB2368626-
CMYK00.640.890.07
HSL17.14º84.68%51.37%-
HSV(B)17.14º88.98%92.55%-
XYZ38.1124.563.71-
YUV124.0172.7207.88-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 67.82%
GREEN value IS 86 (33.98% from 255) = 24.71%
BLUE value IS 26 (10.55% from 255) = 7.47%
R=67.82%
G=24.71%
B=7.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.89
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal236862600.640.890.0717.1484.6851.37
HexEC561A040597115533
Octal35412632010013172112563
Binary11101100101011011010010000001011001111100011010101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC561A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC561A; }

 p { color: rgb(236,86,26); }

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

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

 a { background-color: rgb(236,86,26); }

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

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

 span { border-color: rgb(236,86,26); }

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