Html Css Color HEX #EC5611 Persimmon

📋 copy color: '#EC5611'

red 236 ◦ green 86 ◦ blue 17

#EC5611
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persimmon #EC5611

Tints of Persimmon #EC5611

RGB

 RED value IS 236 (92.58% from 255) = 69.62%

 GREEN value IS 86 (33.98% from 255) = 25.37%

 BLUE value IS 17 (7.03% from 255) = 5.01%

R = 69.62%
G = 25.37%
B = 5.01%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.93

 K value IS 0.07

RGB Variations

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

Color information

#EC5611 (or 0xEC5611) is known color: Persimmon. HEX triplet: EC, 56 and 11. RGB value is (236,86,17). Sum of RGB (Red+Green+Blue) = 236+86+17=339 (44% of max value = 765). Red value is 236 (92.58% from 255 or 69.62% from 339); Green value is 86 (33.98% from 255 or 25.37% from 339); Blue value is 17 (7.03% from 255 or 5.01% from 339); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5611 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC5611 is #13A9EE. Grayscale: #7B7B7B. Windows color (decimal): -1288687 or 1136364. OLE color: 1136364.

HSL color Cylindrical-coordinate representation of color #EC5611: hue angle of 18.9º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EC5611 is Cyan = 0, Magento = 0.64, Yellow = 0.93 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 86 17 -
CMYK 0 0.64 0.93 0.07
HSL 18.9º 0.87% 0.5% -
HSV(B) 18.9º 0.93% 0.93% -
XYZ 38.02 24.53 3.26 -
YUV 122.98 68.2 208.61 -
System Red Green Blue C M Y K H S L
Decimal 236 86 17 0 0.64 0.93 0.07 18.9 0.87 0.5
Hex EC 56 11 0 40 5D 7 13 57 32
Octal 354 126 21 0 100 135 7 23 127 62
Binary 11101100 1010110 10001 0 1000000 1011101 111 10011 1010111 110010

Color Harmonies of #EC5611

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5611

Black with #EC5611

Text Example


Text Example

White with #EC5611

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5611; }

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

 H1.HeaderClassName
 {
   color: #EC5611;
 }
 .AnyTagClassName
 {
   color: #EC5611;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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