Html Css Color HEX #EC5710 Persimmon

📋 copy color: '#EC5710'

red 236 ◦ green 87 ◦ blue 16

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

Shades of Persimmon #EC5710

Tints of Persimmon #EC5710

RGB

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

 GREEN value IS 87 (34.38% from 255) = 25.66%

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

R = 69.62%
G = 25.66%
B = 4.72%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.93

 K value IS 0.07

RGB Variations

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

Color information

#EC5710 (or 0xEC5710) is known color: Persimmon. HEX triplet: EC, 57 and 10. RGB value is (236,87,16). Sum of RGB (Red+Green+Blue) = 236+87+16=339 (44% of max value = 765). Red value is 236 (92.58% from 255 or 69.62% from 339); Green value is 87 (34.38% from 255 or 25.66% from 339); Blue value is 16 (6.64% from 255 or 4.72% from 339); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5710 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC5710 is #13A8EF. Grayscale: #7B7B7B. Windows color (decimal): -1288432 or 1071084. OLE color: 1071084.

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

Color convert

RGB 236 87 16 -
CMYK 0 0.63 0.93 0.07
HSL 19.36º 0.87% 0.49% -
HSV(B) 19.36º 0.93% 0.93% -
XYZ 38.09 24.69 3.25 -
YUV 123.46 67.36 208.27 -
System Red Green Blue C M Y K H S L
Decimal 236 87 16 0 0.63 0.93 0.07 19.36 0.87 0.49
Hex EC 57 10 0 3F 5D 7 13 57 31
Octal 354 127 20 0 77 135 7 23 127 61
Binary 11101100 1010111 10000 0 111111 1011101 111 10011 1010111 110001

Color Harmonies of #EC5710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5710

Black with #EC5710

Text Example


Text Example

White with #EC5710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5710; }

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

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

background-color css

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

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

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

border-color css

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

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

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