Html Css Color HEX #EC5205 Persimmon

📋 copy color: '#EC5205'

red 236 ◦ green 82 ◦ blue 5

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

Shades of Persimmon #EC5205

Tints of Persimmon #EC5205

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.55%

R = 73.07%
G = 25.39%
B = 1.55%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.98

 K value IS 0.07

RGB Variations

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

Color information

#EC5205 (or 0xEC5205) is known color: Persimmon. HEX triplet: EC, 52 and 05. RGB value is (236,82,5). Sum of RGB (Red+Green+Blue) = 236+82+5=323 (42% of max value = 765). Red value is 236 (92.58% from 255 or 73.07% from 323); Green value is 82 (32.42% from 255 or 25.39% from 323); Blue value is 5 (2.34% from 255 or 1.55% from 323); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5205 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC5205 is #13ADFA. Grayscale: #777777. Windows color (decimal): -1289723 or 348908. OLE color: 348908.

HSL color Cylindrical-coordinate representation of color #EC5205: hue angle of 20º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EC5205 is Cyan = 0, Magento = 0.65, Yellow = 0.98 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 82 5 -
CMYK 0 0.65 0.98 0.07
HSL 20º 0.96% 0.47% -
HSV(B) 20º 0.98% 0.93% -
XYZ 37.64 23.88 2.77 -
YUV 119.27 63.52 211.26 -
System Red Green Blue C M Y K H S L
Decimal 236 82 5 0 0.65 0.98 0.07 20 0.96 0.47
Hex EC 52 5 0 41 62 7 14 60 2F
Octal 354 122 5 0 101 142 7 24 140 57
Binary 11101100 1010010 101 0 1000001 1100010 111 10100 1100000 101111

Color Harmonies of #EC5205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5205

Black with #EC5205

Text Example


Text Example

White with #EC5205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5205; }

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

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

background-color css

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

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

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

border-color css

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

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

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