Html Css Color HEX #EC5913 Persimmon

📋 copy color: '#EC5913'

red 236 ◦ green 89 ◦ blue 19

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

Shades of Persimmon #EC5913

Tints of Persimmon #EC5913

RGB

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

 GREEN value IS 89 (35.16% from 255) = 25.87%

 BLUE value IS 19 (7.81% from 255) = 5.52%

R = 68.6%
G = 25.87%
B = 5.52%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.92

 K value IS 0.07

RGB Variations

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

Color information

#EC5913 (or 0xEC5913) is known color: Persimmon. HEX triplet: EC, 59 and 13. RGB value is (236,89,19). Sum of RGB (Red+Green+Blue) = 236+89+19=344 (45% of max value = 765). Red value is 236 (92.58% from 255 or 68.60% from 344); Green value is 89 (35.16% from 255 or 25.87% from 344); Blue value is 19 (7.81% from 255 or 5.52% from 344); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5913 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC5913 is #13A6EC. Grayscale: #7D7D7D. Windows color (decimal): -1287917 or 1268204. OLE color: 1268204.

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

Color convert

RGB 236 89 19 -
CMYK 0 0.62 0.92 0.07
HSL 19.35º 0.85% 0.5% -
HSV(B) 19.35º 0.92% 0.93% -
XYZ 38.28 25.02 3.43 -
YUV 124.97 68.2 207.19 -
System Red Green Blue C M Y K H S L
Decimal 236 89 19 0 0.62 0.92 0.07 19.35 0.85 0.5
Hex EC 59 13 0 3E 5C 7 13 55 32
Octal 354 131 23 0 76 134 7 23 125 62
Binary 11101100 1011001 10011 0 111110 1011100 111 10011 1010101 110010

Color Harmonies of #EC5913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5913

Black with #EC5913

Text Example


Text Example

White with #EC5913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5913; }

 p { color: rgb(236,89,19); }

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

background-color css

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

 a { background-color: rgb(236,89,19); }

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

border-color css

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

 span { border-color: rgb(236,89,19); }

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