Html Css Color HEX #EC6510 Persimmon

📋 copy color: '#EC6510'

red 236 ◦ green 101 ◦ blue 16

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

Shades of Persimmon #EC6510

Tints of Persimmon #EC6510

RGB

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

 GREEN value IS 101 (39.84% from 255) = 28.61%

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

R = 66.86%
G = 28.61%
B = 4.53%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.93

 K value IS 0.07

RGB Variations

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

Color information

#EC6510 (or 0xEC6510) is known color: Persimmon. HEX triplet: EC, 65 and 10. RGB value is (236,101,16). Sum of RGB (Red+Green+Blue) = 236+101+16=353 (46% of max value = 765). Red value is 236 (92.58% from 255 or 66.86% from 353); Green value is 101 (39.84% from 255 or 28.61% from 353); Blue value is 16 (6.64% from 255 or 4.53% from 353); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6510 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC6510 is #139AEF. Grayscale: #848484. Windows color (decimal): -1284848 or 1074668. OLE color: 1074668.

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

Color convert

RGB 236 101 16 -
CMYK 0 0.57 0.93 0.07
HSL 23.18º 0.87% 0.49% -
HSV(B) 23.18º 0.93% 0.93% -
XYZ 39.34 27.18 3.66 -
YUV 131.68 62.73 202.41 -
System Red Green Blue C M Y K H S L
Decimal 236 101 16 0 0.57 0.93 0.07 23.18 0.87 0.49
Hex EC 65 10 0 39 5D 7 17 57 31
Octal 354 145 20 0 71 135 7 27 127 61
Binary 11101100 1100101 10000 0 111001 1011101 111 10111 1010111 110001

Color Harmonies of #EC6510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6510

Black with #EC6510

Text Example


Text Example

White with #EC6510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC6510; }

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

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

background-color css

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

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

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

border-color css

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

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

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