Html Css Color HEX #EC5015 Persimmon

📋 copy color: '#EC5015'

red 236 ◦ green 80 ◦ blue 21

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

Shades of Persimmon #EC5015

Tints of Persimmon #EC5015

RGB

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

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

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

R = 70.03%
G = 23.74%
B = 6.23%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.91

 K value IS 0.07

RGB Variations

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

Color information

#EC5015 (or 0xEC5015) is known color: Persimmon. HEX triplet: EC, 50 and 15. RGB value is (236,80,21). Sum of RGB (Red+Green+Blue) = 236+80+21=337 (44% of max value = 765). Red value is 236 (92.58% from 255 or 70.03% from 337); Green value is 80 (31.64% from 255 or 23.74% from 337); Blue value is 21 (8.59% from 255 or 6.23% from 337); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5015 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC5015 is #13AFEA. Grayscale: #787878. Windows color (decimal): -1290219 or 1396972. OLE color: 1396972.

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

Color convert

RGB 236 80 21 -
CMYK 0 0.66 0.91 0.07
HSL 16.47º 0.85% 0.5% -
HSV(B) 16.47º 0.91% 0.93% -
XYZ 37.6 23.62 3.29 -
YUV 119.92 72.18 210.8 -
System Red Green Blue C M Y K H S L
Decimal 236 80 21 0 0.66 0.91 0.07 16.47 0.85 0.5
Hex EC 50 15 0 42 5B 7 10 55 32
Octal 354 120 25 0 102 133 7 20 125 62
Binary 11101100 1010000 10101 0 1000010 1011011 111 10000 1010101 110010

Color Harmonies of #EC5015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5015

Black with #EC5015

Text Example


Text Example

White with #EC5015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5015; }

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

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

background-color css

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

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

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

border-color css

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

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

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