Html Css Color HEX #EC5001 Persimmon

📋 copy color: '#EC5001'

red 236 ◦ green 80 ◦ blue 1

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

Shades of Persimmon #EC5001

Tints of Persimmon #EC5001

RGB

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

 GREEN value IS 80 (31.64% from 255) = 25.24%

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

R = 74.45%
G = 25.24%
B = 0.32%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 1.00

 K value IS 0.07

RGB Variations

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

Color information

#EC5001 (or 0xEC5001) is known color: Persimmon. HEX triplet: EC, 50 and 01. RGB value is (236,80,1). Sum of RGB (Red+Green+Blue) = 236+80+1=317 (41% of max value = 765). Red value is 236 (92.58% from 255 or 74.45% from 317); Green value is 80 (31.64% from 255 or 25.24% from 317); Blue value is 1 (0.78% from 255 or 0.32% from 317); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5001 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC5001 is #13AFFE. Grayscale: #767676. Windows color (decimal): -1290239 or 86252. OLE color: 86252.

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

Color convert

RGB 236 80 1 -
CMYK 0 0.66 1.00 0.07
HSL 20.17º 0.99% 0.46% -
HSV(B) 20.17º 1% 0.93% -
XYZ 37.47 23.57 2.6 -
YUV 117.64 62.18 212.42 -
System Red Green Blue C M Y K H S L
Decimal 236 80 1 0 0.66 1.00 0.07 20.17 0.99 0.46
Hex EC 50 1 0 42 64 7 14 63 2E
Octal 354 120 1 0 102 144 7 24 143 56
Binary 11101100 1010000 1 0 1000010 1100100 111 10100 1100011 101110

Color Harmonies of #EC5001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5001

Black with #EC5001

Text Example


Text Example

White with #EC5001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5001; }

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

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

background-color css

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

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

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

border-color css

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

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

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