Html Css Color HEX #EC5610 Persimmon

📋 copy color: '#EC5610'

red 236 ◦ green 86 ◦ blue 16

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

Shades of Persimmon #EC5610

Tints of Persimmon #EC5610

RGB

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

 GREEN value IS 86 (33.98% from 255) = 25.44%

 BLUE value IS 16 (6.64% from 255) = 4.73%

R = 69.82%
G = 25.44%
B = 4.73%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.93

 K value IS 0.07

RGB Variations

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

Color information

#EC5610 (or 0xEC5610) is known color: Persimmon. HEX triplet: EC, 56 and 10. RGB value is (236,86,16). Sum of RGB (Red+Green+Blue) = 236+86+16=338 (44% of max value = 765). Red value is 236 (92.58% from 255 or 69.82% from 338); Green value is 86 (33.98% from 255 or 25.44% from 338); Blue value is 16 (6.64% from 255 or 4.73% from 338); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5610 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC5610 is #13A9EF. Grayscale: #7B7B7B. Windows color (decimal): -1288688 or 1070828. OLE color: 1070828.

HSL color Cylindrical-coordinate representation of color #EC5610: hue angle of 19.09º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EC5610 is Cyan = 0, Magento = 0.64, Yellow = 0.93 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 86 16 -
CMYK 0 0.64 0.93 0.07
HSL 19.09º 0.87% 0.49% -
HSV(B) 19.09º 0.93% 0.93% -
XYZ 38.01 24.53 3.22 -
YUV 122.87 67.7 208.69 -
System Red Green Blue C M Y K H S L
Decimal 236 86 16 0 0.64 0.93 0.07 19.09 0.87 0.49
Hex EC 56 10 0 40 5D 7 13 57 31
Octal 354 126 20 0 100 135 7 23 127 61
Binary 11101100 1010110 10000 0 1000000 1011101 111 10011 1010111 110001

Color Harmonies of #EC5610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5610

Black with #EC5610

Text Example


Text Example

White with #EC5610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5610; }

 p { color: rgb(236,86,16); }

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

background-color css

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

 a { background-color: rgb(236,86,16); }

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

border-color css

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

 span { border-color: rgb(236,86,16); }

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