Html Css Color HEX #EC5217 Persimmon

📋 copy color: '#EC5217'

red 236 ◦ green 82 ◦ blue 23

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

Shades of Persimmon #EC5217

Tints of Persimmon #EC5217

RGB

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

 GREEN value IS 82 (32.42% from 255) = 24.05%

 BLUE value IS 23 (9.38% from 255) = 6.74%

R = 69.21%
G = 24.05%
B = 6.74%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.90

 K value IS 0.07

RGB Variations

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

Color information

#EC5217 (or 0xEC5217) is known color: Persimmon. HEX triplet: EC, 52 and 17. RGB value is (236,82,23). Sum of RGB (Red+Green+Blue) = 236+82+23=341 (45% of max value = 765). Red value is 236 (92.58% from 255 or 69.21% from 341); Green value is 82 (32.42% from 255 or 24.05% from 341); Blue value is 23 (9.38% from 255 or 6.74% from 341); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5217 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC5217 is #13ADE8. Grayscale: #797979. Windows color (decimal): -1289705 or 1528556. OLE color: 1528556.

HSL color Cylindrical-coordinate representation of color #EC5217: hue angle of 16.62º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EC5217 is Cyan = 0, Magento = 0.65, Yellow = 0.90 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 82 23 -
CMYK 0 0.65 0.90 0.07
HSL 16.62º 0.85% 0.51% -
HSV(B) 16.62º 0.9% 0.93% -
XYZ 37.76 23.93 3.44 -
YUV 121.32 72.52 209.8 -
System Red Green Blue C M Y K H S L
Decimal 236 82 23 0 0.65 0.90 0.07 16.62 0.85 0.51
Hex EC 52 17 0 41 5A 7 11 55 33
Octal 354 122 27 0 101 132 7 21 125 63
Binary 11101100 1010010 10111 0 1000001 1011010 111 10001 1010101 110011

Color Harmonies of #EC5217

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5217

Black with #EC5217

Text Example


Text Example

White with #EC5217

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5217; }

 p { color: rgb(236,82,23); }

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

background-color css

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

 a { background-color: rgb(236,82,23); }

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

border-color css

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

 span { border-color: rgb(236,82,23); }

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