Html Css Color HEX #EC5114 Persimmon

📋 copy color: '#EC5114'

red 236 ◦ green 81 ◦ blue 20

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

Shades of Persimmon #EC5114

Tints of Persimmon #EC5114

RGB

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

 GREEN value IS 81 (32.03% from 255) = 24.04%

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

R = 70.03%
G = 24.04%
B = 5.93%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.92

 K value IS 0.07

RGB Variations

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

Color information

#EC5114 (or 0xEC5114) is known color: Persimmon. HEX triplet: EC, 51 and 14. RGB value is (236,81,20). Sum of RGB (Red+Green+Blue) = 236+81+20=337 (44% of max value = 765). Red value is 236 (92.58% from 255 or 70.03% from 337); Green value is 81 (32.03% from 255 or 24.04% from 337); Blue value is 20 (8.20% from 255 or 5.93% from 337); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5114 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC5114 is #13AEEB. Grayscale: #787878. Windows color (decimal): -1289964 or 1331692. OLE color: 1331692.

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

Color convert

RGB 236 81 20 -
CMYK 0 0.66 0.92 0.07
HSL 16.94º 0.85% 0.5% -
HSV(B) 16.94º 0.92% 0.93% -
XYZ 37.66 23.77 3.26 -
YUV 120.39 71.35 210.46 -
System Red Green Blue C M Y K H S L
Decimal 236 81 20 0 0.66 0.92 0.07 16.94 0.85 0.5
Hex EC 51 14 0 42 5C 7 11 55 32
Octal 354 121 24 0 102 134 7 21 125 62
Binary 11101100 1010001 10100 0 1000010 1011100 111 10001 1010101 110010

Color Harmonies of #EC5114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5114

Black with #EC5114

Text Example


Text Example

White with #EC5114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5114; }

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

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

background-color css

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

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

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

border-color css

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

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

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