Html Css Color HEX #EC5314 Persimmon

📋 copy color: '#EC5314'

red 236 ◦ green 83 ◦ blue 20

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

Shades of Persimmon #EC5314

Tints of Persimmon #EC5314

RGB

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

 GREEN value IS 83 (32.81% from 255) = 24.48%

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

R = 69.62%
G = 24.48%
B = 5.9%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.92

 K value IS 0.07

RGB Variations

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

Color information

#EC5314 (or 0xEC5314) is known color: Persimmon. HEX triplet: EC, 53 and 14. RGB value is (236,83,20). Sum of RGB (Red+Green+Blue) = 236+83+20=339 (44% of max value = 765). Red value is 236 (92.58% from 255 or 69.62% from 339); Green value is 83 (32.81% from 255 or 24.48% from 339); Blue value is 20 (8.20% from 255 or 5.90% from 339); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5314 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC5314 is #13ACEB. Grayscale: #797979. Windows color (decimal): -1289452 or 1332204. OLE color: 1332204.

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

Color convert

RGB 236 83 20 -
CMYK 0 0.65 0.92 0.07
HSL 17.5º 0.85% 0.5% -
HSV(B) 17.5º 0.92% 0.93% -
XYZ 37.81 24.07 3.31 -
YUV 121.57 70.69 209.62 -
System Red Green Blue C M Y K H S L
Decimal 236 83 20 0 0.65 0.92 0.07 17.5 0.85 0.5
Hex EC 53 14 0 41 5C 7 12 55 32
Octal 354 123 24 0 101 134 7 22 125 62
Binary 11101100 1010011 10100 0 1000001 1011100 111 10010 1010101 110010

Color Harmonies of #EC5314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5314

Black with #EC5314

Text Example


Text Example

White with #EC5314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5314; }

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

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

background-color css

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

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

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

border-color css

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

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

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