Html Css Color HEX #EC4D13 Persimmon

📋 copy color: '#EC4D13'

red 236 ◦ green 77 ◦ blue 19

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

Shades of Persimmon #EC4D13

Tints of Persimmon #EC4D13

RGB

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

 GREEN value IS 77 (30.47% from 255) = 23.19%

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

R = 71.08%
G = 23.19%
B = 5.72%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.92

 K value IS 0.07

RGB Variations

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

Color information

#EC4D13 (or 0xEC4D13) is known color: Persimmon. HEX triplet: EC, 4D and 13. RGB value is (236,77,19). Sum of RGB (Red+Green+Blue) = 236+77+19=332 (43% of max value = 765). Red value is 236 (92.58% from 255 or 71.08% from 332); Green value is 77 (30.47% from 255 or 23.19% from 332); Blue value is 19 (7.81% from 255 or 5.72% from 332); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4D13 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC4D13 is #13B2EC. Grayscale: #767676. Windows color (decimal): -1290989 or 1265132. OLE color: 1265132.

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

Color convert

RGB 236 77 19 -
CMYK 0 0.67 0.92 0.07
HSL 16.04º 0.85% 0.5% -
HSV(B) 16.04º 0.92% 0.93% -
XYZ 37.36 23.19 3.12 -
YUV 117.93 72.18 212.22 -
System Red Green Blue C M Y K H S L
Decimal 236 77 19 0 0.67 0.92 0.07 16.04 0.85 0.5
Hex EC 4D 13 0 43 5C 7 10 55 32
Octal 354 115 23 0 103 134 7 20 125 62
Binary 11101100 1001101 10011 0 1000011 1011100 111 10000 1010101 110010

Color Harmonies of #EC4D13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC4D13

Black with #EC4D13

Text Example


Text Example

White with #EC4D13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC4D13; }

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

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

background-color css

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

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

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

border-color css

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

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

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