Html Css Color HEX #EC521C Persimmon

📋 copy color: '#EC521C'

red 236 ◦ green 82 ◦ blue 28

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

Shades of Persimmon #EC521C

Tints of Persimmon #EC521C

RGB

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

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

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

R = 68.21%
G = 23.7%
B = 8.09%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.88

 K value IS 0.07

RGB Variations

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

Color information

#EC521C (or 0xEC521C) is known color: Persimmon. HEX triplet: EC, 52 and 1C. RGB value is (236,82,28). Sum of RGB (Red+Green+Blue) = 236+82+28=346 (45% of max value = 765). Red value is 236 (92.58% from 255 or 68.21% from 346); Green value is 82 (32.42% from 255 or 23.70% from 346); Blue value is 28 (11.33% from 255 or 8.09% from 346); Max value from RGB is 236 - color contains mainly: red. Hex color #EC521C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC521C is #13ADE3. Grayscale: #7A7A7A. Windows color (decimal): -1289700 or 1856236. OLE color: 1856236.

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

Color convert

RGB 236 82 28 -
CMYK 0 0.65 0.88 0.07
HSL 15.58º 0.85% 0.52% -
HSV(B) 15.58º 0.88% 0.93% -
XYZ 37.82 23.95 3.73 -
YUV 121.89 75.02 209.39 -
System Red Green Blue C M Y K H S L
Decimal 236 82 28 0 0.65 0.88 0.07 15.58 0.85 0.52
Hex EC 52 1C 0 41 58 7 10 55 34
Octal 354 122 34 0 101 130 7 20 125 64
Binary 11101100 1010010 11100 0 1000001 1011000 111 10000 1010101 110100

Color Harmonies of #EC521C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC521C

Black with #EC521C

Text Example


Text Example

White with #EC521C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC521C; }

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

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

background-color css

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

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

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

border-color css

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

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

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