#EC5E01

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

Shades of Persimmon #EC5E01

Tints of Persimmon #EC5E01

Color information

#EC5E01 (or 0xEC5E01) is unknown color: approx Persimmon. HEX triplet: EC, 5E and 01. RGB value is (236,94,1). Sum of RGB (Red+Green+Blue) = 236+94+1=331 (43% of max value = 765). Red value is 236 (92.58% from 255 or 71.30% from 331); Green value is 94 (37.11% from 255 or 28.40% from 331); Blue value is 1 (0.78% from 255 or 0.30% from 331); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5E01 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC5E01 is #13A1FE. Grayscale: #7E7E7E. Windows color (decimal): -1286655 or 89836. OLE color: 89836.

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

Color convert

RGB236941-
CMYK00.601.000.07
HSL23.74º99.16%46.47%-
HSV(B)23.74º99.58%92.55%-
XYZ38.625.842.98-
YUV125.8657.54206.56-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 71.30%
GREEN value IS 94 (37.11% from 255) = 28.40%
BLUE value IS 1 (0.78% from 255) = 0.30%
R=71.30%
G=28.40%
B=0.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 1.00
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23694100.601.000.0723.7499.1646.47
HexEC5E103C64718632e
Octal354136107414473014356
Binary111011001011110101111001100100111110001100011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC5E01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC5E01; }

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

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

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

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

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

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

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

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