Html Css Color HEX #EC5707 Persimmon

📋 copy color: '#EC5707'

red 236 ◦ green 87 ◦ blue 7

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

Shades of Persimmon #EC5707

Tints of Persimmon #EC5707

RGB

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

 GREEN value IS 87 (34.38% from 255) = 26.36%

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

R = 71.52%
G = 26.36%
B = 2.12%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.97

 K value IS 0.07

RGB Variations

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

Color information

#EC5707 (or 0xEC5707) is known color: Persimmon. HEX triplet: EC, 57 and 07. RGB value is (236,87,7). Sum of RGB (Red+Green+Blue) = 236+87+7=330 (43% of max value = 765). Red value is 236 (92.58% from 255 or 71.52% from 330); Green value is 87 (34.38% from 255 or 26.36% from 330); Blue value is 7 (3.12% from 255 or 2.12% from 330); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5707 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC5707 is #13A8F8. Grayscale: #7A7A7A. Windows color (decimal): -1288441 or 481260. OLE color: 481260.

HSL color Cylindrical-coordinate representation of color #EC5707: hue angle of 20.96º 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 #EC5707 is Cyan = 0, Magento = 0.63, Yellow = 0.97 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 87 7 -
CMYK 0 0.63 0.97 0.07
HSL 20.96º 0.94% 0.48% -
HSV(B) 20.96º 0.97% 0.93% -
XYZ 38.04 24.66 2.96 -
YUV 122.43 62.86 209 -
System Red Green Blue C M Y K H S L
Decimal 236 87 7 0 0.63 0.97 0.07 20.96 0.94 0.48
Hex EC 57 7 0 3F 61 7 15 5E 30
Octal 354 127 7 0 77 141 7 25 136 60
Binary 11101100 1010111 111 0 111111 1100001 111 10101 1011110 110000

Color Harmonies of #EC5707

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5707

Black with #EC5707

Text Example


Text Example

White with #EC5707

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5707; }

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

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

background-color css

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

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

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

border-color css

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

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

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