Html Css Color HEX #EC5113 Persimmon

📋 copy color: '#EC5113'

red 236 ◦ green 81 ◦ blue 19

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

Shades of Persimmon #EC5113

Tints of Persimmon #EC5113

RGB

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

 GREEN value IS 81 (32.03% from 255) = 24.11%

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

R = 70.24%
G = 24.11%
B = 5.65%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.92

 K value IS 0.07

RGB Variations

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

Color information

#EC5113 (or 0xEC5113) is known color: Persimmon. HEX triplet: EC, 51 and 13. RGB value is (236,81,19). Sum of RGB (Red+Green+Blue) = 236+81+19=336 (44% of max value = 765). Red value is 236 (92.58% from 255 or 70.24% from 336); Green value is 81 (32.03% from 255 or 24.11% from 336); Blue value is 19 (7.81% from 255 or 5.65% from 336); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5113 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC5113 is #13AEEC. Grayscale: #787878. Windows color (decimal): -1289965 or 1266156. OLE color: 1266156.

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

Color convert

RGB 236 81 19 -
CMYK 0 0.66 0.92 0.07
HSL 17.14º 0.85% 0.5% -
HSV(B) 17.14º 0.92% 0.93% -
XYZ 37.65 23.76 3.22 -
YUV 120.28 70.85 210.54 -
System Red Green Blue C M Y K H S L
Decimal 236 81 19 0 0.66 0.92 0.07 17.14 0.85 0.5
Hex EC 51 13 0 42 5C 7 11 55 32
Octal 354 121 23 0 102 134 7 21 125 62
Binary 11101100 1010001 10011 0 1000010 1011100 111 10001 1010101 110010

Color Harmonies of #EC5113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5113

Black with #EC5113

Text Example


Text Example

White with #EC5113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5113; }

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

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

background-color css

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

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

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

border-color css

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

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

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