Html Css Color HEX #EC5207 Persimmon

📋 copy color: '#EC5207'

red 236 ◦ green 82 ◦ blue 7

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

Shades of Persimmon #EC5207

Tints of Persimmon #EC5207

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.15%

R = 72.62%
G = 25.23%
B = 2.15%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.97

 K value IS 0.07

RGB Variations

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

Color information

#EC5207 (or 0xEC5207) is known color: Persimmon. HEX triplet: EC, 52 and 07. RGB value is (236,82,7). Sum of RGB (Red+Green+Blue) = 236+82+7=325 (43% of max value = 765). Red value is 236 (92.58% from 255 or 72.62% from 325); Green value is 82 (32.42% from 255 or 25.23% from 325); Blue value is 7 (3.12% from 255 or 2.15% from 325); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5207 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC5207 is #13ADF8. Grayscale: #777777. Windows color (decimal): -1289721 or 479980. OLE color: 479980.

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

Color convert

RGB 236 82 7 -
CMYK 0 0.65 0.97 0.07
HSL 19.65º 0.94% 0.48% -
HSV(B) 19.65º 0.97% 0.93% -
XYZ 37.65 23.88 2.83 -
YUV 119.5 64.52 211.1 -
System Red Green Blue C M Y K H S L
Decimal 236 82 7 0 0.65 0.97 0.07 19.65 0.94 0.48
Hex EC 52 7 0 41 61 7 14 5E 30
Octal 354 122 7 0 101 141 7 24 136 60
Binary 11101100 1010010 111 0 1000001 1100001 111 10100 1011110 110000

Color Harmonies of #EC5207

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5207

Black with #EC5207

Text Example


Text Example

White with #EC5207

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5207; }

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

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

background-color css

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

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

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

border-color css

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

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

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