#EC5C01

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

Shades of Persimmon #EC5C01

Tints of Persimmon #EC5C01

Color information

#EC5C01 (or 0xEC5C01) is unknown color: approx Persimmon. HEX triplet: EC, 5C and 01. RGB value is (236,92,1). Sum of RGB (Red+Green+Blue) = 236+92+1=329 (43% of max value = 765). Red value is 236 (92.58% from 255 or 71.73% from 329); Green value is 92 (36.33% from 255 or 27.96% from 329); Blue value is 1 (0.78% from 255 or 0.30% from 329); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5C01 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC5C01 is #13A3FE. Grayscale: #7D7D7D. Windows color (decimal): -1287167 or 89324. OLE color: 89324.

HSL color Cylindrical-coordinate representation of color #EC5C01: hue angle of 23.23º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EC5C01 is Cyan = 0, Magento = 0.61, Yellow = 1.00 and Black (K on CMYK) = 0.07.

Color convert

RGB236921-
CMYK00.611.000.07
HSL23.23º99.16%46.47%-
HSV(B)23.23º99.58%92.55%-
XYZ38.4225.492.92-
YUV124.6858.21207.4-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 71.73%
GREEN value IS 92 (36.33% from 255) = 27.96%
BLUE value IS 1 (0.78% from 255) = 0.30%
R=71.73%
G=27.96%
B=0.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 1.00
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23692100.611.000.0723.2399.1646.47
HexEC5C103D64717632e
Octal354134107514472714356
Binary111011001011100101111011100100111101111100011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC5C01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC5C01; }

 p { color: rgb(236,92,1); }

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

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

 a { background-color: rgb(236,92,1); }

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

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

 span { border-color: rgb(236,92,1); }

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