Html Css Color HEX #EC6314 Persimmon

📋 copy color: '#EC6314'

red 236 ◦ green 99 ◦ blue 20

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

Shades of Persimmon #EC6314

Tints of Persimmon #EC6314

RGB

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

 GREEN value IS 99 (39.06% from 255) = 27.89%

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

R = 66.48%
G = 27.89%
B = 5.63%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.92

 K value IS 0.07

RGB Variations

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

Color information

#EC6314 (or 0xEC6314) is known color: Persimmon. HEX triplet: EC, 63 and 14. RGB value is (236,99,20). Sum of RGB (Red+Green+Blue) = 236+99+20=355 (47% of max value = 765). Red value is 236 (92.58% from 255 or 66.48% from 355); Green value is 99 (39.06% from 255 or 27.89% from 355); Blue value is 20 (8.20% from 255 or 5.63% from 355); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6314 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC6314 is #139CEB. Grayscale: #838383. Windows color (decimal): -1285356 or 1336300. OLE color: 1336300.

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

Color convert

RGB 236 99 20 -
CMYK 0 0.58 0.92 0.07
HSL 21.94º 0.85% 0.5% -
HSV(B) 21.94º 0.92% 0.93% -
XYZ 39.18 26.81 3.77 -
YUV 130.96 65.39 202.92 -
System Red Green Blue C M Y K H S L
Decimal 236 99 20 0 0.58 0.92 0.07 21.94 0.85 0.5
Hex EC 63 14 0 3A 5C 7 16 55 32
Octal 354 143 24 0 72 134 7 26 125 62
Binary 11101100 1100011 10100 0 111010 1011100 111 10110 1010101 110010

Color Harmonies of #EC6314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6314

Black with #EC6314

Text Example


Text Example

White with #EC6314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC6314; }

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

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

background-color css

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

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

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

border-color css

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

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

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