Html Css Color HEX #EC501C Persimmon

📋 copy color: '#EC501C'

red 236 ◦ green 80 ◦ blue 28

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

Shades of Persimmon #EC501C

Tints of Persimmon #EC501C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 8.14%

R = 68.6%
G = 23.26%
B = 8.14%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.88

 K value IS 0.07

RGB Variations

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

Color information

#EC501C (or 0xEC501C) is known color: Persimmon. HEX triplet: EC, 50 and 1C. RGB value is (236,80,28). Sum of RGB (Red+Green+Blue) = 236+80+28=344 (45% of max value = 765). Red value is 236 (92.58% from 255 or 68.60% from 344); Green value is 80 (31.64% from 255 or 23.26% from 344); Blue value is 28 (11.33% from 255 or 8.14% from 344); Max value from RGB is 236 - color contains mainly: red. Hex color #EC501C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC501C is #13AFE3. Grayscale: #797979. Windows color (decimal): -1290212 or 1855724. OLE color: 1855724.

HSL color Cylindrical-coordinate representation of color #EC501C: hue angle of 15º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EC501C is Cyan = 0, Magento = 0.66, Yellow = 0.88 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 80 28 -
CMYK 0 0.66 0.88 0.07
HSL 15º 0.85% 0.52% -
HSV(B) 15º 0.88% 0.93% -
XYZ 37.67 23.65 3.68 -
YUV 120.72 75.68 210.23 -
System Red Green Blue C M Y K H S L
Decimal 236 80 28 0 0.66 0.88 0.07 15 0.85 0.52
Hex EC 50 1C 0 42 58 7 F 55 34
Octal 354 120 34 0 102 130 7 17 125 64
Binary 11101100 1010000 11100 0 1000010 1011000 111 1111 1010101 110100

Color Harmonies of #EC501C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC501C

Black with #EC501C

Text Example


Text Example

White with #EC501C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC501C; }

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

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

background-color css

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

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

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

border-color css

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

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

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