Html Css Color HEX #EC6416 Persimmon

📋 copy color: '#EC6416'

red 236 ◦ green 100 ◦ blue 22

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

Shades of Persimmon #EC6416

Tints of Persimmon #EC6416

RGB

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

 GREEN value IS 100 (39.45% from 255) = 27.93%

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

R = 65.92%
G = 27.93%
B = 6.15%

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

#EC6416 (or 0xEC6416) is known color: Persimmon. HEX triplet: EC, 64 and 16. RGB value is (236,100,22). Sum of RGB (Red+Green+Blue) = 236+100+22=358 (47% of max value = 765). Red value is 236 (92.58% from 255 or 65.92% from 358); Green value is 100 (39.45% from 255 or 27.93% from 358); Blue value is 22 (8.98% from 255 or 6.15% from 358); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6416 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC6416 is #139BE9. Grayscale: #848484. Windows color (decimal): -1285098 or 1467628. OLE color: 1467628.

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

Color convert

RGB 236 100 22 -
CMYK 0 0.58 0.91 0.07
HSL 21.87º 0.85% 0.51% -
HSV(B) 21.87º 0.91% 0.93% -
XYZ 39.29 27.01 3.9 -
YUV 131.77 66.06 202.34 -
System Red Green Blue C M Y K H S L
Decimal 236 100 22 0 0.58 0.91 0.07 21.87 0.85 0.51
Hex EC 64 16 0 3A 5B 7 16 55 33
Octal 354 144 26 0 72 133 7 26 125 63
Binary 11101100 1100100 10110 0 111010 1011011 111 10110 1010101 110011

Color Harmonies of #EC6416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6416

Black with #EC6416

Text Example


Text Example

White with #EC6416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC6416; }

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

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

background-color css

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

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

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

border-color css

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

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

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