Html Css Color HEX #EC5013 Persimmon

📋 copy color: '#EC5013'

red 236 ◦ green 80 ◦ blue 19

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

Shades of Persimmon #EC5013

Tints of Persimmon #EC5013

RGB

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

 GREEN value IS 80 (31.64% from 255) = 23.88%

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

R = 70.45%
G = 23.88%
B = 5.67%

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

#EC5013 (or 0xEC5013) is known color: Persimmon. HEX triplet: EC, 50 and 13. RGB value is (236,80,19). Sum of RGB (Red+Green+Blue) = 236+80+19=335 (44% of max value = 765). Red value is 236 (92.58% from 255 or 70.45% from 335); Green value is 80 (31.64% from 255 or 23.88% from 335); Blue value is 19 (7.81% from 255 or 5.67% from 335); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5013 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC5013 is #13AFEC. Grayscale: #787878. Windows color (decimal): -1290221 or 1265900. OLE color: 1265900.

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

Color convert

RGB 236 80 19 -
CMYK 0 0.66 0.92 0.07
HSL 16.87º 0.85% 0.5% -
HSV(B) 16.87º 0.92% 0.93% -
XYZ 37.58 23.62 3.19 -
YUV 119.69 71.18 210.96 -
System Red Green Blue C M Y K H S L
Decimal 236 80 19 0 0.66 0.92 0.07 16.87 0.85 0.5
Hex EC 50 13 0 42 5C 7 11 55 32
Octal 354 120 23 0 102 134 7 21 125 62
Binary 11101100 1010000 10011 0 1000010 1011100 111 10001 1010101 110010

Color Harmonies of #EC5013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5013

Black with #EC5013

Text Example


Text Example

White with #EC5013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5013; }

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

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

background-color css

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

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

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

border-color css

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

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

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