Html Css Color HEX #EC520C Persimmon

📋 copy color: '#EC520C'

red 236 ◦ green 82 ◦ blue 12

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

Shades of Persimmon #EC520C

Tints of Persimmon #EC520C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.64%

R = 71.52%
G = 24.85%
B = 3.64%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.95

 K value IS 0.07

RGB Variations

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

Color information

#EC520C (or 0xEC520C) is known color: Persimmon. HEX triplet: EC, 52 and 0C. RGB value is (236,82,12). Sum of RGB (Red+Green+Blue) = 236+82+12=330 (43% of max value = 765). Red value is 236 (92.58% from 255 or 71.52% from 330); Green value is 82 (32.42% from 255 or 24.85% from 330); Blue value is 12 (5.08% from 255 or 3.64% from 330); Max value from RGB is 236 - color contains mainly: red. Hex color #EC520C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC520C is #13ADF3. Grayscale: #787878. Windows color (decimal): -1289716 or 807660. OLE color: 807660.

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

Color convert

RGB 236 82 12 -
CMYK 0 0.65 0.95 0.07
HSL 18.75º 0.9% 0.49% -
HSV(B) 18.75º 0.95% 0.93% -
XYZ 37.68 23.89 2.97 -
YUV 120.07 67.02 210.69 -
System Red Green Blue C M Y K H S L
Decimal 236 82 12 0 0.65 0.95 0.07 18.75 0.9 0.49
Hex EC 52 C 0 41 5F 7 13 5A 31
Octal 354 122 14 0 101 137 7 23 132 61
Binary 11101100 1010010 1100 0 1000001 1011111 111 10011 1011010 110001

Color Harmonies of #EC520C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC520C

Black with #EC520C

Text Example


Text Example

White with #EC520C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC520C; }

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

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

background-color css

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

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

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

border-color css

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

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

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