Html Css Color HEX #EC5219 Persimmon

📋 copy color: '#EC5219'

red 236 ◦ green 82 ◦ blue 25

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

Shades of Persimmon #EC5219

Tints of Persimmon #EC5219

RGB

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

 GREEN value IS 82 (32.42% from 255) = 23.91%

 BLUE value IS 25 (10.16% from 255) = 7.29%

R = 68.8%
G = 23.91%
B = 7.29%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.89

 K value IS 0.07

RGB Variations

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

Color information

#EC5219 (or 0xEC5219) is known color: Persimmon. HEX triplet: EC, 52 and 19. RGB value is (236,82,25). Sum of RGB (Red+Green+Blue) = 236+82+25=343 (45% of max value = 765). Red value is 236 (92.58% from 255 or 68.80% from 343); Green value is 82 (32.42% from 255 or 23.91% from 343); Blue value is 25 (10.16% from 255 or 7.29% from 343); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5219 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC5219 is #13ADE6. Grayscale: #797979. Windows color (decimal): -1289703 or 1659628. OLE color: 1659628.

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

Color convert

RGB 236 82 25 -
CMYK 0 0.65 0.89 0.07
HSL 16.21º 0.85% 0.51% -
HSV(B) 16.21º 0.89% 0.93% -
XYZ 37.78 23.94 3.55 -
YUV 121.55 73.52 209.63 -
System Red Green Blue C M Y K H S L
Decimal 236 82 25 0 0.65 0.89 0.07 16.21 0.85 0.51
Hex EC 52 19 0 41 59 7 10 55 33
Octal 354 122 31 0 101 131 7 20 125 63
Binary 11101100 1010010 11001 0 1000001 1011001 111 10000 1010101 110011

Color Harmonies of #EC5219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5219

Black with #EC5219

Text Example


Text Example

White with #EC5219

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5219; }

 p { color: rgb(236,82,25); }

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

background-color css

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

 a { background-color: rgb(236,82,25); }

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

border-color css

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

 span { border-color: rgb(236,82,25); }

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