Html Css Color HEX #EC4A13 Persimmon

📋 copy color: '#EC4A13'

red 236 ◦ green 74 ◦ blue 19

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

Shades of Persimmon #EC4A13

Tints of Persimmon #EC4A13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 5.78%

R = 71.73%
G = 22.49%
B = 5.78%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.92

 K value IS 0.07

RGB Variations

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

Color information

#EC4A13 (or 0xEC4A13) is known color: Persimmon. HEX triplet: EC, 4A and 13. RGB value is (236,74,19). Sum of RGB (Red+Green+Blue) = 236+74+19=329 (43% of max value = 765). Red value is 236 (92.58% from 255 or 71.73% from 329); Green value is 74 (29.30% from 255 or 22.49% from 329); Blue value is 19 (7.81% from 255 or 5.78% from 329); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4A13 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC4A13 is #13B5EC. Grayscale: #747474. Windows color (decimal): -1291757 or 1264364. OLE color: 1264364.

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

Color convert

RGB 236 74 19 -
CMYK 0 0.69 0.92 0.07
HSL 15.21º 0.85% 0.5% -
HSV(B) 15.21º 0.92% 0.93% -
XYZ 37.16 22.78 3.05 -
YUV 116.17 73.17 213.47 -
System Red Green Blue C M Y K H S L
Decimal 236 74 19 0 0.69 0.92 0.07 15.21 0.85 0.5
Hex EC 4A 13 0 45 5C 7 F 55 32
Octal 354 112 23 0 105 134 7 17 125 62
Binary 11101100 1001010 10011 0 1000101 1011100 111 1111 1010101 110010

Color Harmonies of #EC4A13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC4A13

Black with #EC4A13

Text Example


Text Example

White with #EC4A13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC4A13; }

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

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

background-color css

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

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

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

border-color css

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

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

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