Html Css Color HEX #EC6016 Persimmon

📋 copy color: '#EC6016'

red 236 ◦ green 96 ◦ blue 22

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

Shades of Persimmon #EC6016

Tints of Persimmon #EC6016

RGB

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

 GREEN value IS 96 (37.89% from 255) = 27.12%

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

R = 66.67%
G = 27.12%
B = 6.21%

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

#EC6016 (or 0xEC6016) is known color: Persimmon. HEX triplet: EC, 60 and 16. RGB value is (236,96,22). Sum of RGB (Red+Green+Blue) = 236+96+22=354 (46% of max value = 765). Red value is 236 (92.58% from 255 or 66.67% from 354); Green value is 96 (37.89% from 255 or 27.12% from 354); Blue value is 22 (8.98% from 255 or 6.21% from 354); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6016 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC6016 is #139FE9. Grayscale: #818181. Windows color (decimal): -1286122 or 1466604. OLE color: 1466604.

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

Color convert

RGB 236 96 22 -
CMYK 0 0.59 0.91 0.07
HSL 20.75º 0.85% 0.51% -
HSV(B) 20.75º 0.91% 0.93% -
XYZ 38.92 26.26 3.78 -
YUV 129.42 67.38 204.02 -
System Red Green Blue C M Y K H S L
Decimal 236 96 22 0 0.59 0.91 0.07 20.75 0.85 0.51
Hex EC 60 16 0 3B 5B 7 15 55 33
Octal 354 140 26 0 73 133 7 25 125 63
Binary 11101100 1100000 10110 0 111011 1011011 111 10101 1010101 110011

Color Harmonies of #EC6016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6016

Black with #EC6016

Text Example


Text Example

White with #EC6016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC6016; }

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

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

background-color css

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

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

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

border-color css

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

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

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