Html Css Color HEX #EC520A Persimmon

📋 copy color: '#EC520A'

red 236 ◦ green 82 ◦ blue 10

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

Shades of Persimmon #EC520A

Tints of Persimmon #EC520A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.05%

R = 71.95%
G = 25%
B = 3.05%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.96

 K value IS 0.07

RGB Variations

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

Color information

#EC520A (or 0xEC520A) is known color: Persimmon. HEX triplet: EC, 52 and 0A. RGB value is (236,82,10). Sum of RGB (Red+Green+Blue) = 236+82+10=328 (43% of max value = 765). Red value is 236 (92.58% from 255 or 71.95% from 328); Green value is 82 (32.42% from 255 or 25% from 328); Blue value is 10 (4.30% from 255 or 3.05% from 328); Max value from RGB is 236 - color contains mainly: red. Hex color #EC520A is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC520A is #13ADF5. Grayscale: #787878. Windows color (decimal): -1289718 or 676588. OLE color: 676588.

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

Color convert

RGB 236 82 10 -
CMYK 0 0.65 0.96 0.07
HSL 19.12º 0.92% 0.48% -
HSV(B) 19.12º 0.96% 0.93% -
XYZ 37.66 23.89 2.91 -
YUV 119.84 66.02 210.85 -
System Red Green Blue C M Y K H S L
Decimal 236 82 10 0 0.65 0.96 0.07 19.12 0.92 0.48
Hex EC 52 A 0 41 60 7 13 5C 30
Octal 354 122 12 0 101 140 7 23 134 60
Binary 11101100 1010010 1010 0 1000001 1100000 111 10011 1011100 110000

Color Harmonies of #EC520A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC520A

Black with #EC520A

Text Example


Text Example

White with #EC520A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC520A; }

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

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

background-color css

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

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

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

border-color css

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

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

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