Html Css Color HEX #EC520B Persimmon

📋 copy color: '#EC520B'

red 236 ◦ green 82 ◦ blue 11

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

Shades of Persimmon #EC520B

Tints of Persimmon #EC520B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.34%

R = 71.73%
G = 24.92%
B = 3.34%

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

#EC520B (or 0xEC520B) is known color: Persimmon. HEX triplet: EC, 52 and 0B. RGB value is (236,82,11). Sum of RGB (Red+Green+Blue) = 236+82+11=329 (43% of max value = 765). Red value is 236 (92.58% from 255 or 71.73% from 329); Green value is 82 (32.42% from 255 or 24.92% from 329); Blue value is 11 (4.69% from 255 or 3.34% from 329); Max value from RGB is 236 - color contains mainly: red. Hex color #EC520B is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC520B is #13ADF4. Grayscale: #787878. Windows color (decimal): -1289717 or 742124. OLE color: 742124.

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

Color convert

RGB 236 82 11 -
CMYK 0 0.65 0.95 0.07
HSL 18.93º 0.91% 0.48% -
HSV(B) 18.93º 0.95% 0.93% -
XYZ 37.67 23.89 2.94 -
YUV 119.95 66.52 210.77 -
System Red Green Blue C M Y K H S L
Decimal 236 82 11 0 0.65 0.95 0.07 18.93 0.91 0.48
Hex EC 52 B 0 41 5F 7 13 5B 30
Octal 354 122 13 0 101 137 7 23 133 60
Binary 11101100 1010010 1011 0 1000001 1011111 111 10011 1011011 110000

Color Harmonies of #EC520B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC520B

Black with #EC520B

Text Example


Text Example

White with #EC520B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC520B; }

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

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

background-color css

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

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

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

border-color css

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

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

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