Html Css Color HEX #EC4E15 Persimmon

📋 copy color: '#EC4E15'

red 236 ◦ green 78 ◦ blue 21

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

Shades of Persimmon #EC4E15

Tints of Persimmon #EC4E15

RGB

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

 GREEN value IS 78 (30.86% from 255) = 23.28%

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

R = 70.45%
G = 23.28%
B = 6.27%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.91

 K value IS 0.07

RGB Variations

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

Color information

#EC4E15 (or 0xEC4E15) is known color: Persimmon. HEX triplet: EC, 4E and 15. RGB value is (236,78,21). Sum of RGB (Red+Green+Blue) = 236+78+21=335 (44% of max value = 765). Red value is 236 (92.58% from 255 or 70.45% from 335); Green value is 78 (30.86% from 255 or 23.28% from 335); Blue value is 21 (8.59% from 255 or 6.27% from 335); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4E15 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC4E15 is #13B1EA. Grayscale: #777777. Windows color (decimal): -1290731 or 1396460. OLE color: 1396460.

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

Color convert

RGB 236 78 21 -
CMYK 0 0.67 0.91 0.07
HSL 15.91º 0.85% 0.5% -
HSV(B) 15.91º 0.91% 0.93% -
XYZ 37.45 23.34 3.24 -
YUV 118.74 72.85 211.63 -
System Red Green Blue C M Y K H S L
Decimal 236 78 21 0 0.67 0.91 0.07 15.91 0.85 0.5
Hex EC 4E 15 0 43 5B 7 10 55 32
Octal 354 116 25 0 103 133 7 20 125 62
Binary 11101100 1001110 10101 0 1000011 1011011 111 10000 1010101 110010

Color Harmonies of #EC4E15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC4E15

Black with #EC4E15

Text Example


Text Example

White with #EC4E15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC4E15; }

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

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

background-color css

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

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

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

border-color css

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

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

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