Html Css Color HEX #EC5301 Persimmon

📋 copy color: '#EC5301'

red 236 ◦ green 83 ◦ blue 1

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

Shades of Persimmon #EC5301

Tints of Persimmon #EC5301

RGB

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

 GREEN value IS 83 (32.81% from 255) = 25.94%

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

R = 73.75%
G = 25.94%
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

#EC5301 (or 0xEC5301) is known color: Persimmon. HEX triplet: EC, 53 and 01. RGB value is (236,83,1). Sum of RGB (Red+Green+Blue) = 236+83+1=320 (42% of max value = 765). Red value is 236 (92.58% from 255 or 73.75% from 320); Green value is 83 (32.81% from 255 or 25.94% from 320); Blue value is 1 (0.78% from 255 or 0.31% from 320); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5301 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC5301 is #13ACFE. Grayscale: #777777. Windows color (decimal): -1289471 or 87020. OLE color: 87020.

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

Color convert

RGB 236 83 1 -
CMYK 0 0.65 1.00 0.07
HSL 20.94º 0.99% 0.46% -
HSV(B) 20.94º 1% 0.93% -
XYZ 37.69 24.02 2.68 -
YUV 119.4 61.19 211.17 -
System Red Green Blue C M Y K H S L
Decimal 236 83 1 0 0.65 1.00 0.07 20.94 0.99 0.46
Hex EC 53 1 0 41 64 7 15 63 2E
Octal 354 123 1 0 101 144 7 25 143 56
Binary 11101100 1010011 1 0 1000001 1100100 111 10101 1100011 101110

Color Harmonies of #EC5301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5301

Black with #EC5301

Text Example


Text Example

White with #EC5301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5301; }

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

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

background-color css

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

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

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

border-color css

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

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

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