Html Css Color HEX #EC6116 Persimmon

📋 copy color: '#EC6116'

red 236 ◦ green 97 ◦ blue 22

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

Shades of Persimmon #EC6116

Tints of Persimmon #EC6116

RGB

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

 GREEN value IS 97 (38.28% from 255) = 27.32%

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

R = 66.48%
G = 27.32%
B = 6.2%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.91

 K value IS 0.07

RGB Variations

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

Color information

#EC6116 (or 0xEC6116) is known color: Persimmon. HEX triplet: EC, 61 and 16. RGB value is (236,97,22). Sum of RGB (Red+Green+Blue) = 236+97+22=355 (47% of max value = 765). Red value is 236 (92.58% from 255 or 66.48% from 355); Green value is 97 (38.28% from 255 or 27.32% from 355); Blue value is 22 (8.98% from 255 or 6.20% from 355); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6116 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC6116 is #139EE9. Grayscale: #828282. Windows color (decimal): -1285866 or 1466860. OLE color: 1466860.

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

Color convert

RGB 236 97 22 -
CMYK 0 0.59 0.91 0.07
HSL 21.03º 0.85% 0.51% -
HSV(B) 21.03º 0.91% 0.93% -
XYZ 39.01 26.44 3.81 -
YUV 130.01 67.05 203.6 -
System Red Green Blue C M Y K H S L
Decimal 236 97 22 0 0.59 0.91 0.07 21.03 0.85 0.51
Hex EC 61 16 0 3B 5B 7 15 55 33
Octal 354 141 26 0 73 133 7 25 125 63
Binary 11101100 1100001 10110 0 111011 1011011 111 10101 1010101 110011

Color Harmonies of #EC6116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6116

Black with #EC6116

Text Example


Text Example

White with #EC6116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC6116; }

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

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

background-color css

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

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

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

border-color css

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

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

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