Html Css Color HEX #EC5215 Persimmon

📋 copy color: '#EC5215'

red 236 ◦ green 82 ◦ blue 21

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

Shades of Persimmon #EC5215

Tints of Persimmon #EC5215

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 6.19%

R = 69.62%
G = 24.19%
B = 6.19%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.91

 K value IS 0.07

RGB Variations

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

Color information

#EC5215 (or 0xEC5215) is known color: Persimmon. HEX triplet: EC, 52 and 15. RGB value is (236,82,21). Sum of RGB (Red+Green+Blue) = 236+82+21=339 (44% of max value = 765). Red value is 236 (92.58% from 255 or 69.62% from 339); Green value is 82 (32.42% from 255 or 24.19% from 339); Blue value is 21 (8.59% from 255 or 6.19% from 339); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5215 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC5215 is #13ADEA. Grayscale: #797979. Windows color (decimal): -1289707 or 1397484. OLE color: 1397484.

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

Color convert

RGB 236 82 21 -
CMYK 0 0.65 0.91 0.07
HSL 17.02º 0.85% 0.5% -
HSV(B) 17.02º 0.91% 0.93% -
XYZ 37.74 23.92 3.34 -
YUV 121.09 71.52 209.96 -
System Red Green Blue C M Y K H S L
Decimal 236 82 21 0 0.65 0.91 0.07 17.02 0.85 0.5
Hex EC 52 15 0 41 5B 7 11 55 32
Octal 354 122 25 0 101 133 7 21 125 62
Binary 11101100 1010010 10101 0 1000001 1011011 111 10001 1010101 110010

Color Harmonies of #EC5215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5215

Black with #EC5215

Text Example


Text Example

White with #EC5215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5215; }

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

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

background-color css

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

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

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

border-color css

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

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

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