Html Css Color HEX #EC5218 Persimmon

📋 copy color: '#EC5218'

red 236 ◦ green 82 ◦ blue 24

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

Shades of Persimmon #EC5218

Tints of Persimmon #EC5218

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 7.02%

R = 69.01%
G = 23.98%
B = 7.02%

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

#EC5218 (or 0xEC5218) is known color: Persimmon. HEX triplet: EC, 52 and 18. RGB value is (236,82,24). Sum of RGB (Red+Green+Blue) = 236+82+24=342 (45% of max value = 765). Red value is 236 (92.58% from 255 or 69.01% from 342); Green value is 82 (32.42% from 255 or 23.98% from 342); Blue value is 24 (9.77% from 255 or 7.02% from 342); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5218 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC5218 is #13ADE7. Grayscale: #797979. Windows color (decimal): -1289704 or 1594092. OLE color: 1594092.

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

Color convert

RGB 236 82 24 -
CMYK 0 0.65 0.90 0.07
HSL 16.42º 0.85% 0.51% -
HSV(B) 16.42º 0.9% 0.93% -
XYZ 37.77 23.93 3.49 -
YUV 121.43 73.02 209.72 -
System Red Green Blue C M Y K H S L
Decimal 236 82 24 0 0.65 0.90 0.07 16.42 0.85 0.51
Hex EC 52 18 0 41 5A 7 10 55 33
Octal 354 122 30 0 101 132 7 20 125 63
Binary 11101100 1010010 11000 0 1000001 1011010 111 10000 1010101 110011

Color Harmonies of #EC5218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5218

Black with #EC5218

Text Example


Text Example

White with #EC5218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5218; }

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

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

background-color css

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

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

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

border-color css

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

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

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