Html Css Color HEX #EC6214 Persimmon

📋 copy color: '#EC6214'

red 236 ◦ green 98 ◦ blue 20

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

Shades of Persimmon #EC6214

Tints of Persimmon #EC6214

RGB

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

 GREEN value IS 98 (38.67% from 255) = 27.68%

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

R = 66.67%
G = 27.68%
B = 5.65%

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

#EC6214 (or 0xEC6214) is known color: Persimmon. HEX triplet: EC, 62 and 14. RGB value is (236,98,20). Sum of RGB (Red+Green+Blue) = 236+98+20=354 (46% of max value = 765). Red value is 236 (92.58% from 255 or 66.67% from 354); Green value is 98 (38.67% from 255 or 27.68% from 354); Blue value is 20 (8.20% from 255 or 5.65% from 354); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6214 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC6214 is #139DEB. Grayscale: #828282. Windows color (decimal): -1285612 or 1336044. OLE color: 1336044.

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

Color convert

RGB 236 98 20 -
CMYK 0 0.58 0.92 0.07
HSL 21.67º 0.85% 0.5% -
HSV(B) 21.67º 0.92% 0.93% -
XYZ 39.09 26.62 3.74 -
YUV 130.37 65.72 203.34 -
System Red Green Blue C M Y K H S L
Decimal 236 98 20 0 0.58 0.92 0.07 21.67 0.85 0.5
Hex EC 62 14 0 3A 5C 7 16 55 32
Octal 354 142 24 0 72 134 7 26 125 62
Binary 11101100 1100010 10100 0 111010 1011100 111 10110 1010101 110010

Color Harmonies of #EC6214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6214

Black with #EC6214

Text Example


Text Example

White with #EC6214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC6214; }

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

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

background-color css

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

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

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

border-color css

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

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

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