#EC541C

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

Shades of Persimmon #EC541C

Tints of Persimmon #EC541C

Color information

#EC541C (or 0xEC541C) is unknown color: approx Persimmon. HEX triplet: EC, 54 and 1C. RGB value is (236,84,28). Sum of RGB (Red+Green+Blue) = 236+84+28=348 (46% of max value = 765). Red value is 236 (92.58% from 255 or 67.82% from 348); Green value is 84 (33.20% from 255 or 24.14% from 348); Blue value is 28 (11.33% from 255 or 8.05% from 348); Max value from RGB is 236 - color contains mainly: red. Hex color #EC541C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC541C is #13ABE3. Grayscale: #7B7B7B. Windows color (decimal): -1289188 or 1856748. OLE color: 1856748.

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

Color convert

RGB2368428-
CMYK00.640.880.07
HSL16.15º84.55%51.76%-
HSV(B)16.15º88.14%92.55%-
XYZ37.9724.263.78-
YUV123.0674.36208.55-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 67.82%
GREEN value IS 84 (33.20% from 255) = 24.14%
BLUE value IS 28 (11.33% from 255) = 8.05%
R=67.82%
G=24.14%
B=8.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.88
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal236842800.640.880.0716.1584.5551.76
HexEC541C040587105534
Octal35412434010013072012564
Binary11101100101010011100010000001011000111100001010101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC541C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC541C; }

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

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

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

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

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

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

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

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