Html Css Color HEX #EC5510 Persimmon

📋 copy color: '#EC5510'

red 236 ◦ green 85 ◦ blue 16

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

Shades of Persimmon #EC5510

Tints of Persimmon #EC5510

RGB

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

 GREEN value IS 85 (33.59% from 255) = 25.22%

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

R = 70.03%
G = 25.22%
B = 4.75%

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

#EC5510 (or 0xEC5510) is known color: Persimmon. HEX triplet: EC, 55 and 10. RGB value is (236,85,16). Sum of RGB (Red+Green+Blue) = 236+85+16=337 (44% of max value = 765). Red value is 236 (92.58% from 255 or 70.03% from 337); Green value is 85 (33.59% from 255 or 25.22% from 337); Blue value is 16 (6.64% from 255 or 4.75% from 337); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5510 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC5510 is #13AAEF. Grayscale: #7A7A7A. Windows color (decimal): -1288944 or 1070572. OLE color: 1070572.

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

Color convert

RGB 236 85 16 -
CMYK 0 0.64 0.93 0.07
HSL 18.82º 0.87% 0.49% -
HSV(B) 18.82º 0.93% 0.93% -
XYZ 37.93 24.37 3.19 -
YUV 122.28 68.03 209.11 -
System Red Green Blue C M Y K H S L
Decimal 236 85 16 0 0.64 0.93 0.07 18.82 0.87 0.49
Hex EC 55 10 0 40 5D 7 13 57 31
Octal 354 125 20 0 100 135 7 23 127 61
Binary 11101100 1010101 10000 0 1000000 1011101 111 10011 1010111 110001

Color Harmonies of #EC5510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5510

Black with #EC5510

Text Example


Text Example

White with #EC5510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5510; }

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

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

background-color css

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

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

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

border-color css

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

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

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