Html Css Color HEX #EC521A Persimmon

📋 copy color: '#EC521A'

red 236 ◦ green 82 ◦ blue 26

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

Shades of Persimmon #EC521A

Tints of Persimmon #EC521A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 7.56%

R = 68.6%
G = 23.84%
B = 7.56%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.89

 K value IS 0.07

RGB Variations

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

Color information

#EC521A (or 0xEC521A) is known color: Persimmon. HEX triplet: EC, 52 and 1A. RGB value is (236,82,26). Sum of RGB (Red+Green+Blue) = 236+82+26=344 (45% of max value = 765). Red value is 236 (92.58% from 255 or 68.60% from 344); Green value is 82 (32.42% from 255 or 23.84% from 344); Blue value is 26 (10.55% from 255 or 7.56% from 344); Max value from RGB is 236 - color contains mainly: red. Hex color #EC521A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC521A is #13ADE5. Grayscale: #7A7A7A. Windows color (decimal): -1289702 or 1725164. OLE color: 1725164.

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

Color convert

RGB 236 82 26 -
CMYK 0 0.65 0.89 0.07
HSL 16º 0.85% 0.51% -
HSV(B) 16º 0.89% 0.93% -
XYZ 37.8 23.94 3.61 -
YUV 121.66 74.02 209.55 -
System Red Green Blue C M Y K H S L
Decimal 236 82 26 0 0.65 0.89 0.07 16 0.85 0.51
Hex EC 52 1A 0 41 59 7 10 55 33
Octal 354 122 32 0 101 131 7 20 125 63
Binary 11101100 1010010 11010 0 1000001 1011001 111 10000 1010101 110011

Color Harmonies of #EC521A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC521A

Black with #EC521A

Text Example


Text Example

White with #EC521A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC521A; }

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

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

background-color css

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

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

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

border-color css

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

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

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