Html Css Color HEX #EC4A15 Persimmon

📋 copy color: '#EC4A15'

red 236 ◦ green 74 ◦ blue 21

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

Shades of Persimmon #EC4A15

Tints of Persimmon #EC4A15

RGB

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

 GREEN value IS 74 (29.3% from 255) = 22.36%

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

R = 71.3%
G = 22.36%
B = 6.34%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.91

 K value IS 0.07

RGB Variations

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

Color information

#EC4A15 (or 0xEC4A15) is known color: Persimmon. HEX triplet: EC, 4A and 15. RGB value is (236,74,21). Sum of RGB (Red+Green+Blue) = 236+74+21=331 (43% of max value = 765). Red value is 236 (92.58% from 255 or 71.30% from 331); Green value is 74 (29.30% from 255 or 22.36% from 331); Blue value is 21 (8.59% from 255 or 6.34% from 331); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4A15 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC4A15 is #13B5EA. Grayscale: #747474. Windows color (decimal): -1291755 or 1395436. OLE color: 1395436.

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

Color convert

RGB 236 74 21 -
CMYK 0 0.69 0.91 0.07
HSL 14.79º 0.85% 0.5% -
HSV(B) 14.79º 0.91% 0.93% -
XYZ 37.18 22.78 3.15 -
YUV 116.4 74.17 213.31 -
System Red Green Blue C M Y K H S L
Decimal 236 74 21 0 0.69 0.91 0.07 14.79 0.85 0.5
Hex EC 4A 15 0 45 5B 7 F 55 32
Octal 354 112 25 0 105 133 7 17 125 62
Binary 11101100 1001010 10101 0 1000101 1011011 111 1111 1010101 110010

Color Harmonies of #EC4A15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC4A15

Black with #EC4A15

Text Example


Text Example

White with #EC4A15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC4A15; }

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

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

background-color css

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

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

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

border-color css

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

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

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