Html Css Color HEX #EC5201 Persimmon

📋 copy color: '#EC5201'

red 236 ◦ green 82 ◦ blue 1

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

Shades of Persimmon #EC5201

Tints of Persimmon #EC5201

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.31%

R = 73.98%
G = 25.71%
B = 0.31%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 1.00

 K value IS 0.07

RGB Variations

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

Color information

#EC5201 (or 0xEC5201) is known color: Persimmon. HEX triplet: EC, 52 and 01. RGB value is (236,82,1). Sum of RGB (Red+Green+Blue) = 236+82+1=319 (42% of max value = 765). Red value is 236 (92.58% from 255 or 73.98% from 319); Green value is 82 (32.42% from 255 or 25.71% from 319); Blue value is 1 (0.78% from 255 or 0.31% from 319); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5201 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC5201 is #13ADFE. Grayscale: #777777. Windows color (decimal): -1289727 or 86764. OLE color: 86764.

HSL color Cylindrical-coordinate representation of color #EC5201: hue angle of 20.68º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EC5201 is Cyan = 0, Magento = 0.65, Yellow = 1.00 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 82 1 -
CMYK 0 0.65 1.00 0.07
HSL 20.68º 0.99% 0.46% -
HSV(B) 20.68º 1% 0.93% -
XYZ 37.61 23.87 2.65 -
YUV 118.81 61.52 211.59 -
System Red Green Blue C M Y K H S L
Decimal 236 82 1 0 0.65 1.00 0.07 20.68 0.99 0.46
Hex EC 52 1 0 41 64 7 15 63 2E
Octal 354 122 1 0 101 144 7 25 143 56
Binary 11101100 1010010 1 0 1000001 1100100 111 10101 1100011 101110

Color Harmonies of #EC5201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5201

Black with #EC5201

Text Example


Text Example

White with #EC5201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5201; }

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

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

background-color css

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

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

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

border-color css

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

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

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