Html Css Color HEX #EC6216 Persimmon

📋 copy color: '#EC6216'

red 236 ◦ green 98 ◦ blue 22

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

Shades of Persimmon #EC6216

Tints of Persimmon #EC6216

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 6.18%

R = 66.29%
G = 27.53%
B = 6.18%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.91

 K value IS 0.07

RGB Variations

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

Color information

#EC6216 (or 0xEC6216) is known color: Persimmon. HEX triplet: EC, 62 and 16. RGB value is (236,98,22). Sum of RGB (Red+Green+Blue) = 236+98+22=356 (47% of max value = 765). Red value is 236 (92.58% from 255 or 66.29% from 356); Green value is 98 (38.67% from 255 or 27.53% from 356); Blue value is 22 (8.98% from 255 or 6.18% from 356); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6216 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC6216 is #139DE9. Grayscale: #838383. Windows color (decimal): -1285610 or 1467116. OLE color: 1467116.

HSL color Cylindrical-coordinate representation of color #EC6216: hue angle of 21.31º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EC6216 is Cyan = 0, Magento = 0.58, Yellow = 0.91 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 98 22 -
CMYK 0 0.58 0.91 0.07
HSL 21.31º 0.85% 0.51% -
HSV(B) 21.31º 0.91% 0.93% -
XYZ 39.1 26.63 3.84 -
YUV 130.6 66.72 203.18 -
System Red Green Blue C M Y K H S L
Decimal 236 98 22 0 0.58 0.91 0.07 21.31 0.85 0.51
Hex EC 62 16 0 3A 5B 7 15 55 33
Octal 354 142 26 0 72 133 7 25 125 63
Binary 11101100 1100010 10110 0 111010 1011011 111 10101 1010101 110011

Color Harmonies of #EC6216

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6216

Black with #EC6216

Text Example


Text Example

White with #EC6216

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC6216; }

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

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

background-color css

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

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

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

border-color css

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

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

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