Html Css Color HEX #EC5209 Persimmon

📋 copy color: '#EC5209'

red 236 ◦ green 82 ◦ blue 9

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

Shades of Persimmon #EC5209

Tints of Persimmon #EC5209

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 2.75%

R = 72.17%
G = 25.08%
B = 2.75%

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

#EC5209 (or 0xEC5209) is known color: Persimmon. HEX triplet: EC, 52 and 09. RGB value is (236,82,9). Sum of RGB (Red+Green+Blue) = 236+82+9=327 (43% of max value = 765). Red value is 236 (92.58% from 255 or 72.17% from 327); Green value is 82 (32.42% from 255 or 25.08% from 327); Blue value is 9 (3.91% from 255 or 2.75% from 327); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5209 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC5209 is #13ADF6. Grayscale: #787878. Windows color (decimal): -1289719 or 611052. OLE color: 611052.

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

Color convert

RGB 236 82 9 -
CMYK 0 0.65 0.96 0.07
HSL 19.3º 0.93% 0.48% -
HSV(B) 19.3º 0.96% 0.93% -
XYZ 37.66 23.89 2.88 -
YUV 119.72 65.52 210.94 -
System Red Green Blue C M Y K H S L
Decimal 236 82 9 0 0.65 0.96 0.07 19.3 0.93 0.48
Hex EC 52 9 0 41 60 7 13 5D 30
Octal 354 122 11 0 101 140 7 23 135 60
Binary 11101100 1010010 1001 0 1000001 1100000 111 10011 1011101 110000

Color Harmonies of #EC5209

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5209

Black with #EC5209

Text Example


Text Example

White with #EC5209

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5209; }

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

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

background-color css

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

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

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

border-color css

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

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

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