Html Css Color HEX #EC4F14 Persimmon

📋 copy color: '#EC4F14'

red 236 ◦ green 79 ◦ blue 20

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

Shades of Persimmon #EC4F14

Tints of Persimmon #EC4F14

RGB

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

 GREEN value IS 79 (31.25% from 255) = 23.58%

 BLUE value IS 20 (8.2% from 255) = 5.97%

R = 70.45%
G = 23.58%
B = 5.97%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.92

 K value IS 0.07

RGB Variations

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

Color information

#EC4F14 (or 0xEC4F14) is known color: Persimmon. HEX triplet: EC, 4F and 14. RGB value is (236,79,20). Sum of RGB (Red+Green+Blue) = 236+79+20=335 (44% of max value = 765). Red value is 236 (92.58% from 255 or 70.45% from 335); Green value is 79 (31.25% from 255 or 23.58% from 335); Blue value is 20 (8.20% from 255 or 5.97% from 335); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4F14 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC4F14 is #13B0EB. Grayscale: #777777. Windows color (decimal): -1290476 or 1331180. OLE color: 1331180.

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

Color convert

RGB 236 79 20 -
CMYK 0 0.67 0.92 0.07
HSL 16.39º 0.85% 0.5% -
HSV(B) 16.39º 0.92% 0.93% -
XYZ 37.51 23.48 3.22 -
YUV 119.22 72.01 211.3 -
System Red Green Blue C M Y K H S L
Decimal 236 79 20 0 0.67 0.92 0.07 16.39 0.85 0.5
Hex EC 4F 14 0 43 5C 7 10 55 32
Octal 354 117 24 0 103 134 7 20 125 62
Binary 11101100 1001111 10100 0 1000011 1011100 111 10000 1010101 110010

Color Harmonies of #EC4F14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC4F14

Black with #EC4F14

Text Example


Text Example

White with #EC4F14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC4F14; }

 p { color: rgb(236,79,20); }

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

background-color css

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

 a { background-color: rgb(236,79,20); }

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

border-color css

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

 span { border-color: rgb(236,79,20); }

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