Html Css Color HEX #EC5413 Persimmon

📋 copy color: '#EC5413'

red 236 ◦ green 84 ◦ blue 19

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

Shades of Persimmon #EC5413

Tints of Persimmon #EC5413

RGB

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

 GREEN value IS 84 (33.2% from 255) = 24.78%

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

R = 69.62%
G = 24.78%
B = 5.6%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.92

 K value IS 0.07

RGB Variations

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

Color information

#EC5413 (or 0xEC5413) is known color: Persimmon. HEX triplet: EC, 54 and 13. RGB value is (236,84,19). Sum of RGB (Red+Green+Blue) = 236+84+19=339 (44% of max value = 765). Red value is 236 (92.58% from 255 or 69.62% from 339); Green value is 84 (33.20% from 255 or 24.78% from 339); Blue value is 19 (7.81% from 255 or 5.60% from 339); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5413 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC5413 is #13ABEC. Grayscale: #7A7A7A. Windows color (decimal): -1289197 or 1266924. OLE color: 1266924.

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

Color convert

RGB 236 84 19 -
CMYK 0 0.64 0.92 0.07
HSL 17.97º 0.85% 0.5% -
HSV(B) 17.97º 0.92% 0.93% -
XYZ 37.88 24.22 3.29 -
YUV 122.04 69.86 209.29 -
System Red Green Blue C M Y K H S L
Decimal 236 84 19 0 0.64 0.92 0.07 17.97 0.85 0.5
Hex EC 54 13 0 40 5C 7 12 55 32
Octal 354 124 23 0 100 134 7 22 125 62
Binary 11101100 1010100 10011 0 1000000 1011100 111 10010 1010101 110010

Color Harmonies of #EC5413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5413

Black with #EC5413

Text Example


Text Example

White with #EC5413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5413; }

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

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

background-color css

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

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

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

border-color css

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

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

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